/*	Desc: The Richards Screen Style Sheet
	Author: SSE Design Group http://ssedesigngroup.com
	Date: 2007-10-28
	+ Colours
	- *colour hex* *colour name* (*purpose*)
	2c2c2c  dkgray  bkgrd
	3a3a3a  medgray
	7d7d7d  ltgray
	e7cdd0  pink  links
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
body {padding: 0;margin: 0; background-color:#000000; background-image:url('../images/background.jpg'); background-repeat: repeat-y; background-attachment: fixed; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#fff;}
/*=COMMON
=== === === === === === === === === === */
a {color: #e7cdd0; text-decoration:underline;}
a:visited {color:#fff;}
a:hover {color:#7d7d7d;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
.smtext {font-size: 10px;}
.medtext {font-size:11px;}

.img {border:1px solid #7d7d7d;}
.img2left {float:left; margin-right:8px;}
.img2right {float:right; margin-left:8px;}

/*=WRAPPER
=== === === === === === === === === === */
<!--#wrapper {margin:auto; width:780px; background-image:url(../images/content.jpg); background-repeat:repeat-y; text-align:left;}-->
#wrapper {margin:auto; width:780px; background-image:url(../images/content.png); background-repeat:repeat-y; text-align:left; }

/*=MASTHEAD
=== === === === === === === === === === */
#masthead {}
#masthead h1 {text-indent: -9999px;font-size: 1%}

/*=NAVIGATION
=== === === === === === === === === === */
#navigation {background-image:url(../images/nav.jpg); background-repeat:no-repeat; height:40px;}
#navlist {margin: 0px 0px 0px 10px; padding: 0 0 5px 5px;}
#navlist ul, #navlist li {margin: 0;padding: 0;display: inline;list-style-type: none;}
#navlist a:link, #navlist a:visited {float: left;line-height: 14px;font-weight: bold;margin: 12px 10px 4px 4px;text-decoration: none;color: #e7cdd0;}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {padding-bottom: 2px;background: transparent;color: #e7cdd0;}
#navlist a:hover { color: #7d7d7d;}

/*=CONTENT
=== === === === === === === === === === */
#content {background-image:url(../images/content.png); background-position:top; background-repeat:repeat-y;}
#content-text {padding:20px 50px 10px 50px;}

/*=NEWS 
=== === === === === === === === === === */
#news {float:right; margin-left: 10px; width: 265px; background-image:url(../images/news_masthead.png); background-repeat:no-repeat; background-color: #e7cdd0;  font-size:10px; color:#000;}
#news a, #news a:visited, #news a:hover {color:#000;}
.news {padding: 7px;}

/*=FOOTER
=== === === === === === === === === === */
#footer {text-align:center; font-size:10px;}