/*
      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-color:#660000;
}
#wrapper { 
 margin: 0 auto;
 width: 972px;

}
#header {
 color: #333;
 width: 950px;
 height: 111px;
 float: left;
 padding: 0px;
 margin: 10px 0px 0px 0px;
 background-image: url(images/header.jpg);
}
#content {
 color: #101010;
 width: 950px;
 min-height: 550px;
 float: left;
 background-image:url(images/content.jpg);
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 400px;
 width: 280px;
 float: left;
}
#menu {
 float:right;
 font-family: century gothic, arial, sans-serif;
 font-size: 16px;
 color:#660000;
 text-align: right;
 padding:15px 0 15px 0;
 margin:0px 40px; 0 0;
 background-image:url(images/menu-background.gif);
 width:590px;
 height:21px;
}
#text {
 float:right;
 width:580px;
 min-height:300px;
 padding:10px 50px 10px 0px;
}
#footer { 
 width: 950px;
 height: 79px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 0px;
 background-image:url(images/footer.jpg);
}

/* Text Stuff */

a:link {color:#660000; text-decoration:underline;}
a:visited {color:#303030; text-decoration:underline;}
a:hover {color:#ff9900; text-decoration:none;}
a:active {color:#ff9900; text-decoration:underline;}

.menu {color:#660000;}
a.menu:link {color:#660000; text-decoration:none;}
a.menu:visited {color:#660000; text-decoration:none;}
a.menu:hover {color:#ff9900; text-decoration:underline;}
a.menu:active {color:#ff9900; text-decoration:underline;}

.copyright {color:#660000;}
a.copyright:link {color:#660000; text-decoration:none;}
a.copyright:visited {color:#660000; text-decoration:none;}
a.copyright:hover {color:#ff9900; text-decoration:underline;}
a.copyright:active {color:#ff9900; text-decoration:underline;}

.header {color:#660000;}
a.header:link {color:#660000; text-decoration:none;}
a.header:visited {color:#660000; text-decoration:none;}
a.header:hover {color:#FF9900; text-decoration:none;}
a.header:active {color:#660000; text-decoration:none;}

p {margin:10px 0px 10px 0px;}

h2 {color:#660000;}

ul {margin-left:2.5em;}