* { padding: 0; margin: 0; }

body {
 background-color:#1f1f1f;
 background-image: url(images/bg-main-head.gif);
 background-position:top;
 background-repeat:repeat-x;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
}

a:link {color:#d5070f; text-decoration:none;}      /* unvisited link */
a:visited {color:#d5070f; text-decoration:none;}  /* visited link */
a:hover {color:#FFFFFF; text-decoration:none;}  /* mouse over link */
a:active {color:#d5070f; text-decoration:none;}  /* selected link */

img {border:none;}

p {
 padding: 20px;
}

ul {padding-left:30px;
	padding-right:30px;
	padding-top:-20px;
}

#wrapper { 
 margin: 0 auto;
 width: 960px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 480px;
 display: inline;
}

#header {
 color: #333;
 width: 960px;
 float: left;
 height: 300px;
 background: #1f1f1f;
}

#footer {
	width: 960px;
	clear: both;
	color: #ffffff;
	background: #1f1f1f;
	background-image:url(images/footer-bg.gif);
	line-height: 7px;
}

#leftcolumn { 
 color: #333;
 background: #1f1f1f;
 width: 220px;
 float: left;
}

#rightcolumn { 
 color: #333;
 background: #1f1f1f;
 width: 260px;
 float: left;
}

