/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #00236A}
a:visited {color: #00236A}
a:hover {color: #003399}
a:active {color: #7F91A2}

html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 20px auto;
text-align: left;
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
background-color: #545561;
border: 2px solid #ACA9B3;
}
#branding {
	position: relative;
	height: 161px;
	background: #FAF5EA url(graphics/thecovergirl.gif) no-repeat 0 0;
	width: 800px;
}
#branding blockquote {
position: absolute;
top: -9999px;
}
h1 {
position: absolute;
text-indent: -9999px;
}
h2 {
font-size: 18px;
font-weight: 600;
color: #545561;
}
h3 {
font-size: 15px;
font-weight: 600;
color: #545561;
border-bottom: 1px solid #545561;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content {
position: relative;
width: 100%;
background-color:#FAF5EA;
}
/* content with navigation */
#right_content {
padding: 25px;
margin-left: 160px;
}
#right_content2 {
margin-left: 160px;
padding: 40px;
}
#right_content_themes {
margin-left: 160px;
}
#nav {
position: absolute;
left: 0;
top: 15px;
width: 160px;
font-size: 15px;
font-weight: 600;
color: #232D68;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#nav li {
padding-bottom: 5px;
}
#nav li a:link, #nav li a:visited {
color: #545561;
text-decoration: none;
padding-left: 35px;
}
#nav li a:hover {
text-decoration: underline;
}
/* footer */
#site_info {
background-color: #FAF5EA;
padding: 4px 4px 20px 160px;
text-align: center;
font-size: 10px;
}
.themetitle
{
padding: 40px 0 0 40px;
}

