/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 /*background:#688196;*/
 background:url(../images/bckgrnd_gray3.gif) 0px 0px repeat;
}
#wrapper { 
 margin: 10px auto;
 width: 770px;
 text-align:left;
}
#header {
 width: 750px; 
 height:150px;
 clear:both;
 padding:5px 0 0 0;
}
#top_nav{
text-align:right;
color:#ffffff;
}
#header_hm{
width:730px;
height:90px;
background:url(../images/YGOF_banner.gif) 0 0 no-repeat;
padding:0px 0 0 0;
clear:both;
}
#navigation {
 width: 750px;
 height:30px;
 background: #6E1F22 url(../images/redmenu.jpg) repeat-x;
 color:#ffffff;
}
#content_hm{
width:720px;
margin:2px 0 0 0;
padding:10px 0px 10px 0px;
background:#ffffff;
}
/*.mainimage{
padding:0 0 5px 10px;
}*/
#content_main_hm{
clear:both;
background:url(../images/ltblu_bottom_box.jpg) no-repeat;
width:580px;
padding:15px 10px 0px 130px;
}
#content { 
 width: 750px;
 background:#ffffff;
 margin:5px 0 0 0;
}
.cols1{width:230px; float:left; margin:0 20px 0 0;}
.cols2main { width:449px; float:right;}
.cols2about { width:400px; float:left;}
.cols2{width:230px; float:left; margin:0 5px 0 0; }
.cols3{ width:204px; height:220px; float:right; padding:20px 0px 0 0px; background:url(../images/quote_box.gif) no-repeat;}
.cols4{width:275px; float:left; margin:0 20px 0 0;}
#content a, #content a:link, #content a:visited,
#content_main_hm a, #content_main_hm a:link, #content_main_hm a:visited { color:#3C70B5;text-decoration:none;}
#content a:active, #content a:hover,
#content_main_hm a:active, #content_main_hm a:hover { color:#688196; background:none; text-decoration:underline;}

.footer_main {
 width: 744px;
 padding:3px;
 text-align:center;
 font-size:10px;
 color:#ffffff;}

#footer { 
 background: #6E1F22;
}

