
a img{ border:none; }
html{height: 100%;}



body
{
	margin: 0 auto;
	text-align: center;
	font-size:       62.5%; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	background-color: #E1E1FE;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

a:link, a:active, a:visited
{
	color:           #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	
	text-decoration: underline;
}


#container
{
	text-align: left;
	margin:          0 auto;
	width:           770px;
	position:        relative;
}

#header
{
	margin:          0 auto;
	width:           770px;
	height:          200px;
	background:      transparent url(images/header.gif) top left no-repeat;
}

.headtitle
{
	position:        relative;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
	font-size:       30px;
	color:           #FFF;
	top:             8px;
	left:            12px;
}



#content
{
	width:           770px;
	margin:          0 auto;
	background:      url(images/background_content.gif) repeat-y;

}

#insidecontent
{
	float:           left;
	padding-left:    25px;
	width:           875px;
}

#content p
{
	margin:          0;
	color:           #FFFFFF;
	font-family:     Verdana;
	font-size:       12px;;
	line-height:     170%;
}

#sidebar
{
	padding:         0px;
	float:           right;
	width:           370px;
	background:      #ffffff;
	_margin:          0px 10px 0px 0px;
	margin:          0px 17px 0px 0px;
}

#sidebarleft
{
	float:           left;
	width:           180px;
	padding:         0px 0px 0px 5px;
	border-left: 	 1px dotted #666666;
}
#sidebarright
{
	float:           left;
	width:           170px;
	padding:         0px 0px 0px 5px;
	border-left: 	 1px dotted #666666;
}



#sidebar p
{
	margin:          0;
	color:           #565656;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	line-height:     170%;
	font-size:       1.25em;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited
{
	text-decoration: underline;
	color:           #e36767;
	font-size:       1.25em;
}

#sidebar a:hover
{
	text-decoration: none;
}

#sidebar ul
{
	margin:          0;
	padding:         0px 0px 0px 25px;
}


#roundedfooter
{
	width:           910px;
	height:          17px;
	margin:          0 auto;
	background:      transparent url(images/abovefooter.gif) top left no-repeat;
}

h1
{
	margin:          0;
	font-weight:     normal;
I/*	color:           #A5C739;*/
	color: #FFFFFF;
	font-size:       2.7em;
}


h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	top:             0em;
	bottom:          1.0em;
	left:            0em;
	font-size:       1.8em;
	font-weight:     normal;
	color:           #94c258;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     normal;
	color:           #94C258;
}

h5 {
    	border-bottom: 1px dashed #666666;
	font-size: 1.05em;
	font-weight: normal;
	}



#footer
{
	margin:          0 auto;
	width:           770px;
	height:          141px;
	/*background:      transparent url(images/footer.gif) top left repeat-x;*/
	background:      url(images/footer.gif) repeat-y;

}

#footer span
{
	display:         block;
	position:        relative;
	font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
	font-size:       1em;
	padding:         10px;
	color:           #565656;
	text-align: center;
}

#footer span a:link, span a:active, span a:visited
{
	color:           #565656;	
	text-decoration: none;
}

#footer span a:hover
{
	color:           #000;	
	text-decoration: none;
}



#flickr img {
	display: block;
	float: left;
	padding: 0px;
	position: relative;
	height: 55px;
	width: 55px;
	border-width:0;
	margin:2px;
	}

#commentform textarea 
        {
	width:350px;
}

