html, body {
margin : 0;
padding : 0;
}
body {
font : 73% "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
line-height: 200%;
background : #B5B5B5 url(images/bg_edge_2.jpg) center repeat-y;
color : #555;
}
		/* LINK PROPERTIES */
a img {
border: 0;
}
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #7E0E07;
}
a:hover {
text-decoration : underline;
background : inherit;
color : #000;
}
a:active {
text-decoration : none;
background : inherit;
color : #A7D791;
}
		/* CONTAINER PROPERTIES */
#container {
width : 750px;
margin : 0 auto;
padding: 10;
}
		/* TOPBAR PROPERTIES */
#topbar {
height: 10px;
padding-top:  0;
border-top: 0px solid #BBC893;
border-bottom : 0px solid #3D5F9A;
background : #fff;
color : #333;
}
#topbar h1 {
float: left;
margin : 0;
padding : 10px 0 0 10px;
font-size:130%;
letter-spacing: 3px;
}
#topbar h2 {
float: right;
margin : 0;
padding : 10px 10px 0 0;
font-size:100%;
}
#topbar a:link, #topbar a:visited {
text-decoration : none;
background : inherit;
color : #3D5F9A;
}
#topbar a:hover {
text-decoration : none;
background : inherit;
color : #5D775A;
}
		/* TOP IMAGE */
.topimg {
clear: both;
width : 100%;
height: 100px;
margin: 0;
padding-bottom:  0;
background : #fff url(images/top.jpg) no-repeat;
color : #F5EED2;
}
.topimg h2 {
font-size: 1em;
margin: 0 0 0 20px;
}
		/* CONTENT PROPERTIES */
#content {
margin : 0 220px 20px 0;
padding : 5px;
background: #fff;
color: #444;
}
#content p {
padding : 0.5em;
}
#content h2 {
margin: 0.5em 0 0 0.5em;
padding: 5px;
font-size: 150%;
letter-spacing: 3px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background : inherit;
color:#D0D0D0;
}
#content h3 {
margin : 0.5em 0 2em 1em;
font : bold 120%  "lucida sans", Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
letter-spacing: 2px;
background : inherit;
color: #BA605F;
}
		/* SIDEBAR PROPERTIES */
#sidebar {
float : right;
width: 200px;
margin : 0;
padding : 0 2em 0 0;
border-left : 1px solid #eee;
line-height: 1.5em;
}
#sidebar p {
margin-bottom : 0.5em;
padding:0;
}
		/* FOOTER PROPERTIES */
#footer {
clear : both;
width:750px;
height: 170px;
margin : 0;
padding : 0;
background : #fff url(images/bottom.jpg) no-repeat;
color : #333;
}
#footer p {
padding-left : 5px;
}
#footer h1 {
padding: 0px 0;
font-size:130%;
letter-spacing: 12px;
text-transform: uppercase;
background: inherit;
color: #fff;
}
#footer a:link, #footer a:visited {
text-decoration : underline;
background : inherit;
color : #fff;
}
#footer a:hover {
text-decoration : none;
background : inherit;
color : #999;
}
#credits {
clear: both;
width:750px;
margin-top: 0px;
padding: 0;
font-size: .9em;
border-top : 0px solid #3B5E98;
background : #fff;
color: #333;
}
		/* COLUMN PROPERTIES */
.col3,.col3center {
float: left;
width: 29%;
margin-left : 3%;
padding: 5px;
}
#.col3center {
#margin: 0 3%;
#}
		/* CLASS PROPERTIES */
.big {
float:right;
margin : 0;
padding:25px;
font-size:200%;
letter-spacing: 5px;
text-transform : uppercase;
font-weight: bold;
}		
.capital {
float:left;
line-height:80px;
padding:2px;
font-family: georgia, "Times New Roman", sans-serif;
font-size:100px;
background: #fff;
color:#D0D0D0;
}
.more {
text-align: right;
font-size:.9em;
font-weight: bold;
background: inherit;
color: #555;
}
.navlist li {
margin: 0 15px 5px 0;
padding: 2px;
font-size: 110%;
background: inherit;
color: #D5D9B4;
}
		/* BLOCK HOVER IN SIDEBAR */
#links {
width: 200px;
margin-top: 20px;
line-height: 150%;
}
#links ul {
list-style-type: none;
width: 150px;
}
#links li {
border: 1px dotted #999;
border-width: 1px 0;
margin: 5px 0;
}
#links li a {
background: #FBFBFB;width: 150px;
color: #990000;
display: block;
font: normal 120% "Century Gothic", Arial, Helvetica, sans-serif;
padding: 5px;
text-decoration: none;
}
* html #links li a {
width: 150px;
}
#links li a:hover {
background: #F5F5F5;
}
#links a em {
color: #333;
display: block;
font: normal 85% "Century Gothic", tahoma, Verdana, Arial, Helvetica, sans-serif;
line-height: 150%;
}
#links a span {
color: #125F15;
font: bold 70% "Century Gothic", tahoma,Verdana, Arial, Helvetica, sans-serif;
line-height: 200%;
}