/*
	Author	:	Anne White
	Email		: aewhite1@gmail.com
	Website	:	http://www.aewhite.com
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#0000cc;
}
img {
	border:0px solid #339;
}

/* body blue  background:#66ccff*/
body {
	width:910px;
        background:#66ccff url('image/bar_narrow.jpg') repeat-y;
        background-position:832px;
	color:#255;
	font:0.9em Arial, Helvetica, sans-serif, "bitstream vera sans";
}


/****************************************************************************************************
Begin Header
****************************************************************************************************/
#header
{
	background:#0099cc; 
	height:100px;
	top:0;
	width:910px;
}

#clearfooter {
height: 10px;
clear: both;
}

#footer
{
	background:#0099cc; 
	height:100px;
	width:910px;
        position:relative;
}

#footer_inside h3 {
        margin-left:600px;
        margin-top:-90px;
}

#header_inside {
	height:100px;
	width:750px;
}
#header_inside h1 {
	color:#0000cc;
	font:bold 250% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-1px;
        top:30px;
        margin-left:20px;
        
}
#header_inside h2 {
	color:#ffffff;
	font:200% "trebuchet ms", helvetica, sans-serif;
	letter-spacing:-1px;
        margin-left:20px;
      
}

#header_inside h3 {
        margin-left:500px;
        margin-top:-45px;
}

#header_inside h4 {
	color:#ffffff;
        margin-left:500px;
        margin-top:-76px;
}

#header_inside h5 {
	color:#ffffff;
        margin-left:700px;
        margin-top:-76px;
}

/* navigation */
#navigation {
        float:left;
	width:150px;
        margin:0 30px 0 0;
}
#navigation li {
	list-style:none;
}
#navigation li a {
	color:#ffffff;
	display:block;
	height:50px;
        width:150px;
	line-height:50px;
	text-align:center;
	text-decoration:none; 
        font-weight:bold;
        font-size:140%;
}
#navigation li a:active, li.now {
        background:#3399ff;
	color:#ffffff;
        display:block;
        width:150px;
}
#navigation li a:hover {
	background:#0000cc;
	color:#ffffff;
}

/*content */
#content {
	margin:0 0 0 0;
	position:absolute;
	width:910px;
}

p {
    text-align:justify;
}  

/* center */
.center {
	float:left;
	width:400px;
}

/* right */
.right {
        margin: 0 0 0 30px;
	float:left;
	padding:10px 0 0;
	width:300px;
}
.right h1 {
	 font-size:1.2em;
	 padding:0 0 10px;
	 text-align:left;
}