/*  
Designed for b-t-r
a61b1b - red
06115a - dark blue 
1D204B - very dark blue

*/


			/* Global Layout */


body 
{
font-size: 14px;
margin: 0px;
text-align: left;
background: #fafafa url(img/bg.png) top left repeat-x;
color: #06115a;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header
{
position: relative;
margin: auto;
width: 1095px;
height: 80px;
text-align: center;
}

#menuside
{
background: #a61b1b; 
}
#nav
{
position: relative;
margin: auto;
padding: 10px;
width: 940px;
padding-left: 155px;
height: 15px;
background: #a61b1b; 
}

#nav li
{
position: relative;
float: left;
}

#nav a:link, #nav a:visited
{
position: relative;
float: left;
display: block;
padding: 3px 10px 0px 10px;
color: #121212;
}

#contentwrap
{
position: relative;
margin: auto;
margin-top: 30px;
width: 1000px;
background: url(img/pagebg.gif) top left;
}

#ul 
{	
background-image: url(img/bg.png);
}

#left
{
position: relative;
float: left;
width: 130px;

}

#center
{
position: relative;
float: left;
padding-left: 15px;
padding-right: 15px;
width: 500px;
text-align: left;
}

.apost
{
position: relative;
padding: 9px;
background: #e2e2f4;
margin-bottom: 15px;

}

.postfoot
{
position: relative;
padding: 10px 10px 0px 10px;
border-top: 1px solid #cccccc;

}

#right
{
position: relative;
float: left;
padding-left: 15px;
padding-right: 15px;
width: 160px;
text-align: left;
}

#right ul
{
position: relative;
padding-bottom: 20px;
}

#right a:link, #right a:visited
{
position: relative;
display: block;
height: 100%;
padding: 4px 0px 4px 22px;
color: #a61b1b;
}

.archive li a:link, .archive li a:visited
{
background: url(img/3.gif) left center no-repeat;
}

.pages li a:link, .pages li a:visited
{
background: url(img/5.gif) left center no-repeat;
}

.other li a:link, .other li a:visited
{
background: url(img/4.gif) left center no-repeat;
}





#footer
{
position: relative;
margin-top: 35px;
padding: 20px;
color: #ffffff;
background: #044e7c;
}

#footer a:link, #footer a:visited
{
color: #ffffff;
}

#comment
{
width: 350px;
}







h1
{
position: relative;
text-align: center;
padding-top: 20px;
font-size: 36px;
font-weight: bold;
color: #e4e8fd;
}

a:link, a:visited
{
color: #266998;
}

p
{
margin: 9px 0px 9px 0px;
line-height: 16px;
font-size: 14px;
}

h2
{
position: relative;
font-size: 20px;
color: #a61b1b;
font-weight: bold;
}

h3
{
position: relative;
font-size: 16px;
color: #1D204B;
font-weight: bold;
}

h5
{
position: relative;
font-size: 16px;
color: #1D204B;
}

#content_start {position: absolute;left: -10000px;};
