/* andreas05-alternative - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font:76% verdana,tahoma,sans-serif;
color:#111111;
}

/* this is for links */
a{
text-decoration:none;
background-color:inherit;
color:#ff9933;
}

/*this is for when one hovers over a link */
a:hover{
background-color:inherit;
color:#ff0000;
}

/* use this only for web headings */
h1{
margin:2px 2px 2px 2px;
font-size:1.9em;
letter-spacing:2px;
font-weight:normal;
}

/*use this as a style for links or individual page headings */
h2{
	margin:7px 0px 7px 0px;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:bold;
	color: #000000;
}

/*use this for page sub-headings */
h3{
margin:7px 0 0px 0;
font-size: 1.0em;
letter-spacing:-1px;
}

/*use this as a style selected page links */
h4{
	margin:7px 0px 7px 0px;
	font-size:1.6em;
	letter-spacing:-1px;
	font-weight:bold;
	color: #000000;
	background-color: #FFFFFF;
}

/*this makes good titles*/
h5{
	margin:auto;
	font-size:medium;
	letter-spacing:normal;
	font-weight:bold;
	color:#000000;
	text-align: center;
	}



/*this is the regular text on a page */
p{
margin:0 0 15px 0;
line-height:1.3em;
}

img{
margin:0px 0px 0px 0px;
}

#bioimg{
	width: 300px;
	height:225px;
}

#headerimage{
margin:10px auto 0px auto;
width:800px;
}

#title{
width: 800px;
margin: 0px auto 0px auto;
}


#behind{
position:absolute;
left:0px;
top:0px;
z-index:-1
}


#chickenface{
float: left;
width: 288px;
height: 208px;
padding: 30px 0px 0px 0px
}


#container{
	margin:-3px auto 15px auto;
	width:800px;
	padding:0px 0px 0 0px;
	background-color:#ffffff;
	color:#303030;

	border: solid #;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border: solid #ff9933;
}


#sidebar{
	float:none;
	width:auto;
	padding-left:2px;
	border-bottom: solid;
	border-bottom-color: #FF9933;
	border-bottom-width: 2px;
}

#main{
	width:auto;
	float:none;
	background-color: #FFFFFF;
	margin: 2px;
}

#footer{
clear:both;
}

.menu{
display:block;
width:120px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.menunoclick{
display:block;
width:120px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:1px solid #ffffff;
}

.menu:hover{
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

