* {margin:0;padding:0;}
		
body {font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:11px; 
		text-align:center;
		background-color:#c0c0c0;
		background-image:url(../images/body-bg.jpg);
		background-repeat:repeat-x; background-position:top;}

div#page {background-image:url(../images/page-bg.jpg);
		background-repeat:repeat-y;
		background-position:center;
		width:900px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;}
		
div#header {background-image:url(../images/header.jpg);
		background-position:center; background-repeat:no-repeat;
		height:30px; padding:50px 30px;}
	div#header h1 {text-align:left; color:#666;}
	
div#left-column {width:160px;
		float:left;
		padding:10px 10px 10px 30px;}

div#right-column {width:160px;
		float:left;
		padding:10px 30px 10px 10px;}
		
div#content {width:476px;
		float:left;
		padding:10px;
		border-left:2px dotted #666;
		border-right:2px dotted #666;}
		
	ul#menu {list-style-type:none;}
	ul#menu li {line-height:20px;
		border-top:1px dotted #666;}
	ul#menu li:first-child {border-top:none;}
	ul#menu li a {text-decoration:none;
				display:block; padding:2px 0;
				color:#666;
				font-weight:bold;}
	ul#menu li a:hover {color:#369;}
	ul#menu li a:active {color:#ff5252;}
		
div#footer {font-size:10px;
		text-align:center;
		padding:10px 30px 50px 30px;
		background-image:url(../images/footer-bg.jpg);
		background-position:bottom; background-repeat:no-repeat;}
		
h1 {font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#ff5252;
	font-weight:normal;
	margin-bottom:10px;
	text-align:center;}
	
h3 {font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#369;
	font-weight:normal;
	margin-bottom:10px;}
		
p {line-height:18px;
	margin-bottom:10px;}
p.small {font-size:10px;
	text-align:right;}
		
.clear {clear:both; border-top:2px solid #666; margin:10px 20px;}

i {color:#369;
	font-style:normal;}

a {color:#369;
	text-decoration:none; outline:none;}
a:hover {text-decoration:underline;}
a:active {color:#ff5252;}
		

