@charset "utf-8";

* { margin:0;
	padding:0;
}
html, body {height:100%;}


body {
	background: url("../design-images/bkg.jpg") no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #FFF;
}
/*==== GLOBAL =====*/
#container {
	width:1024px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	overflow: hidden;
}

h1 {font-family: 'Lato', sans-serif; line-height:150%; font-size:24px;}

   
   #header {
   	width:1024px;
   	height:100px;
	background-image: url(../images/header.gif);
   }
   
   #left-side {
	float: left;
	width: 369px;
	height: 740px;
	background-color: #F49B4E;
	text-align: center;
   }

   
#content-area {
	float:left;
	width:655px;
	height: 740px;
	background-color:#4268AD;
}   
 
/*----- txt, links, lines, titles -----*/
a:link {color:#C10000; text-deoration:none;}
a:visited {color:#C10000; text-deoration:none;}
a:hover{text-decoration:underline;}

a img { border: 0;}


/*===== content =====
.image-padding {
padding:10px 0;

}*/

.float-left {float:left;
   		     width:280px;
			 padding:10px 20px;}
			 
.padding {padding:10px 20px;}