/*
      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: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#CCCCCC;
}
#wrapper { 
 margin: 0 auto;
 width: 752px;
 background-color:#1B4A72;
}
#header {
 color:#FFFFFF;
 width: 720px;
 float: left;
 border: 1px solid #ccc;
 height: 45px;
 background-image:url(images/header_bg.jpg);
 background-repeat:repeat-x;
 padding-left:30px;
 padding-top:15px;
}

#header h1{
font-size:36px;
}
#navigation {
 float: left;
 width: 730px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 background: #BD9C8C;
}
#leftcolumn { 
 color:#FFFFFF;
 border: 1px solid #ccc;
 background: #1D4A71;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 width: 160px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background:#FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 540px;
 display: inline;
}
#footer { 
 width: 750px;
 clear: both;
 color:#000000;
 border: 1px solid #ccc;
 background: #BD9C8C;
  background-image:url(images/footer_bg.jpg);
 background-repeat:repeat-x;
 height:60px;
 text-align:center;
 padding-top:20px;
 font-weight:bold;
}

#footer a{
color:#333333;
}

#bottom{
background-image:url(images/pagebottom.jpg);
background-repeat:no-repeat;
margin-left:-10px;
margin-right:-10px;
height:75px;
}

#top{
background-image:url(images/pagetop.jpg);
background-repeat:no-repeat;
margin-left:-10px;
margin-right:-10px;
margin-top:-10px;
height:175px;
}
#nav{
background-image:url(images/side.jpg);
background-position:bottom;
background-repeat:no-repeat;
width:180px;
background-color:#DEEAFA;
margin-left:-10px;
margin-right:-10px;
margin-top:-8px;
}

#nav a:link {
text-decoration:none;
color:#000000;
padding:8px;
}
#nav a:visited {
text-decoration:none;
color:#000000;
padding:8px;
}
#nav a:hover {
text-decoration:none;
padding:8px;
font-weight:bold;
}
#box{
float:right;
width:150px;
text-align:center;
}

#break{
margin-left:-10px;
}

li{
margin-left:20px;
padding-left:10px;
}

