/* CSS Document */

/* Layout CSS */
body{font-family:verdana,arial; font-size:12px;color:#333333; background:#333333 url("images/background2.jpg") top left no-repeat;}
#mainpage{width:533px;height:300px; position:absolute; left:125px;top:225px;clear:both; background:#FFFFFF;}
#leftarea{float:left;width:500px;height:300px;background:#FFFFFF url("images/body-bg.jpg") top left repeat-x;}
#rightarea{float:right;width:33px;height:300px;background:#256cb3 url("images/right-bg.jpg") top left no-repeat;}
#logoarea{margin-top:45px;margin-left:50px;clear:both;}

#contentarea{margin:50px;margin-top:35px;}
#contactarea{margin-top:10px;}
#footerarea{padding-top:15px;text-align:center;font-family:tahoma,arial; font-size:10px;}

/* Element CSS */

h2{font-family:tahoma,arial,"century gothic",arial;font-size:14px;color:#666666;font-weight:bold;margin:0px;margin-top:4px;}
p{line-height:20px;}
a:link{color:#ec180d;}
a:hover{color:#666666;}
a:visited, a:active{color:#666666;}

