/*
      Seventy-Four Design 2009
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: medium;
 background-color: #1c60fd;
 background-image: url(images/bg.jpg);
 background-repeat: no-repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 810px;
 overflow: auto; 

}
#header {
 color: #333;
 width: 810px;
 float: left;
 padding: 0px;
 height: 389px;
 margin: 50px 0px 0px 0px;
 background-image: url(images/title.png);
 background-repeat: no-repeat;
}

#leftcolumn { 
 color: #fff;
 background-image: url(images/leftcontent.jpg);
 background-repeat: repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 20px 40px;
 width: 177px;
 height: 650px;
 float: left;
 display: inline;
}
 
#rightcolumn { 
 float: right;
 color: #333;
 background-image: url(images/content.jpg);
 background-repeat: repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 20px 40px;
 width: 473px;
 height: 650px;
 display: inline;
 
 
}
#footer { 
 width: 730px;
 height: 110px;
 clear: both;
 color: #0076a3;
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 margin: 0px 0px 10px 0px;
 padding: 20px 40px;
}
