/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@font-face {
 font-family: SegoeScript;
 src: url("./fonts/SegoeScript.eot") /* EOT file for IE */
}

@font-face {
 font-family: SegoeScript;
 src: url("./fonts/SegoeScript.ttf") /* TTF file for CSS3 browsers */
}

body {
	min-width: 1000px;
	
	margin: 0px;
	padding: 0;
	width: 100%;
	position: absolute;
	min-height: 100%;
}

#left-cloud
{
	width: 500px;
	height: 424px;
	background: url("./images/leftcloud.jpg");
	position: absolute;
	left: 0px;
	bottom: 120px;
	z-index: -1;
}

#right-cloud
{
	width: 500px;
	height: 424px;
	background: url("./images/rightcloud.jpg");
	position: absolute;
	right: 0px;
	bottom: 120px;
	z-index: -1;
}

h1, h2, h3 {
	margin: 0;
	/*text-transform: uppercase;*/
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #39258F;
}

h1 {
	font-family: SegoeScript;
	font-size: 30px;
}

h2 {
	
	font-size: 14px;
}

h3 {
	font-size: 9px;	
}

h4 {
	font-size: 25px;
	font-style:normal;
	color: #999;

}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
}


a {
	color: #4A9ECE;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}



.content1 {
	
	float: left;	
	margin: 1%;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #13202D;
	width: 45%;
}


.column {
  column-width: 20px;
  column-gap: 2px;   /* shown in yellow */            
  column-rule: 4px solid green;
  padding: 5px;      /* shown in blue */
}

#wrapper {
	background: #4A9ECE;
}

/* Header */

#header {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	padding: 0px;
	background-position: 50% 0%;

	background-repeat:no-repeat;
}



/* Page */

#menu
{
	background: #75C5F2;
	display: table;
	padding-left: 10%;
	width: 100%;
}



#page {
	margin: 0px auto 20px auto;
	padding: 40px 0px 0px 0px;
	float: right;
}


/* Content */

#content {
	overflow: auto;
	align: center;
	margin: 0 auto 120px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	max-width: 80%;
	position: relative;

}


#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}


/* Footer */

#footer {
	display: 
	clear: both;
	height: 120px;
	padding: 0;
	background: #cccccc;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;

}

#footer p {
	margin: 0;
	padding: 10px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
	line-height: normal;
	color: #ffffff;
	font-size: 10px;
}
