body {
margin: 0 auto;
padding: 0;
font: 73% "lucida sans", Arial, Helvetica, Sans-Serif;
line-height: 1.7em;
background: #fff url(../images/bg.jpg) repeat-x;
color: #032042;
}
			/*WRAP*/
#wrap {
width: 760px;
margin: 0 auto;
padding: 0;
background: #fff;
color: #032042;
}
				/*TOPBAR */
#topbar {
width: 760px;
height: 200px;
margin: 0 auto;
padding: 0;
overflow: hidden;
background: #fff url(../images/header.jpg);
color: #000;
}
#topbar h1 {
margin-top: 30px;
padding: 20px;
letter-spacing: 3px;
font-size: 150%;
color: #032042;
background: transparent;
}	
#topbar h2 {
margin: 5px;
padding: 5px;
font-size: 90%;
letter-spacing: 3px;
color: #032042;
background: transparent;
}
#topbar img a {
margin: 0;
border: none;
}
#topbarleft {
float: left;
width: 200px;
height: 200px;
margin: 0;
padding: 0;
background: #fff url(../images/logo.jpg);
color: #000;
}
#topbarright {
float: right;
width: 560px;
text-align: right;
margin: 0;
padding: 10px 0 0 0;
}
#topbarright li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}
#topbarright ul {
margin: 0;
padding: 0;
}
#topbarright a, #topbarright a:visited {
color: #cfdae7;
font-size: 120%;
font-weight: bold;
margin: 0;
padding: 6px 10px 6px 10px;
text-decoration: none;
}
#topbarright a:hover {
color: #ffffcc;
font-weight: bold;
text-decoration: none;
}
				/*CONTENT */
#content {
width: 760px;
margin: 0 auto;
padding: 0;
}
#content p {
padding: 0 0 10px 0;
margin: 0;
line-height: 2em;
}
#content h1 {
margin: 30px 0 0 0;
padding: 10px 0 10px 0;
border-bottom: 1px dotted #ccc;
font: normal 200% Century Gothic, Verdana, Arial, Sans-Serif;
color: #032042;
background: inherit;
}
#content h2 {
padding: 20px 0 10px 0;
margin: 0;
border-bottom: 1px dotted #ccc;
font: normal 200% Century Gothic, Verdana, Arial, Sans-Serif;
color: #032042;
background: inherit;
}
#contentleft {
float: left;
width: 470px;
margin: 0;
padding: 0 0 20px 0;
}
				/*RIGHT SIDEBAR*/
#right_sidebar {
float: right;
width: 225px;
margin: 20px 0 0 20px;
padding: 0 0 20px 0;
border-bottom: 1px dotted #ccc;
}
#right_sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}
#right_sidebar ul li {
display: inline;
padding: 0;
margin: 0;
}
#right_sidebar ul li a {
display: block;
color: #7390b0;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px dotted #C0C0C0;
}
#right_sidebar ul li a:hover {
background: #FDFDFD;
color: #032042;
}
#right_sidebar p {
padding: 3px 0 0 0;
margin: 0;
line-height: 20px;
}
			/*FOOTER BACKGROUND*/
#footerbg {
background: #032042;
border-top: 5px solid #cfdae7;
}
				/*FOOTER*/
#footer {
width: 760px;
height: 100px;
margin: 0 auto;
text-align: left;
position: relative;
line-height: 1.5em;
background: #032042;
color: #fff;
}
#footer p {
padding: 0;
list-style-type: none;
margin: 0;
color: #fff;
}
#footer h2 {
padding: 0 0 20px 0;
margin: 15px 0 0 0;
text-transform: uppercase;
letter-spacing: 3px;
font: bold 120% Arial, Helvetica, Sans-Serif;
border-bottom: 1px dotted #ffffcc;
color: #cfdae7;
background: inherit;
}
#footer a {
color: #ffffcc;
text-decoration: none;
}
#footer a:hover {
color: #fff;
text-decoration: none;
}
#footer ul {
list-style: none;
margin: 0;
padding: 0;
}
#footer ul li {
display: inline;
padding: 0;
margin: 0;
}
#footer ul li a {
display: block;
color: #cfdae7;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px dotted #ffffcc;
}
#footer ul li a:hover {
background: #cfdae7;
color: #336699;
}
#footerleft {
float: left;
width: 225px;
margin: 0 20px 0 0;
padding: 0;
background: #032042;
}
#footermiddle {
float: left;
width: 225px;
margin: 0 20px 0 0;
padding: 0;
background: #032042;
}
#footerright {
float: right;
width: 225px;
margin: 0;
padding: 0;
background: #032042;
}
#credits {
padding: 5px;
margin: 0;
background: #032042;
color: #fff;
}
			/*LINKS*/
a, a:visited {
color: #29c8f6;
background: inherit;
text-decoration: none;
}
a:hover {
color: #7390b0;
background: inherit;
text-decoration: underline overline;
}
a img {
border: none;
}
			/*CLASS*/
.small {
font-size: 90%;
font-weight: bold;
background: inherit;
color: #032042;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}