//Shane Powell
//Personal website style sheet

h1 {color:#0C0;}
li {list-style-image: url(images/darwin.png); font-size:larger;}
a {color: green; font-weight: bold; text-decoration: none;}
a.highlight{ color: #0C0; font-weight: bold; text-decoration: underline;}
a:hover {color:red;}
#leftcontent img{border-style:solid;border-color:#444; margin: 1em auto;}
#logo
{
	padding-top:0.5em;
	padding-bottom:0.5em;
}
body 	
{
	color: #0C0; text-align: center;
	//font-weight: bold; background: black;
	background-image: url('images/bg2.gif')
}

#container 
{
	width: 30em;
	margin: 0 auto;
	text-align: left;
	
}

#header
{
	text-align: center;
}

#navbar h3 {text-align:center;}
#navbar
{ 
	background: #222; border-style: solid;border-color:#444;
	margin-bottom: 0.5em; padding-bottom: 0.5em;margin-left: -38%;
	width:41em; background-image:url(images/kcdbanner11.jpg);
	height:28px;padding-top:4em;
}

#content
{
	height:auto;
	border-style: solid;
	border-color:#444;
	padding-left: 0.5em;
	padding-right:0.5em;
	font-size:medium;
	background: #222;
	padding-bottom: 0.5em;
}
#rightContent h3 {text-align:center;}
#rightContent h2 {text-align:center;}
#rightContent img {border-style:solid;border-color:#444}

#rightContent
{
	float: right;
	width:10em;
	border-style: solid;
	border-color:#222;
	margin-right: -40%;
	background: #444;
	padding: 0.5em;
	height: 100%;
}
#leftContent h3 {text-align:center;}
#leftContent h2 {text-align:center;}

#leftContent
{
	float: left;width:15em; border-style: solid; 
	border-color:#444; margin-left: -38%;
	background: #222; padding: 0.5em;
	//height:113%;
	width: 9em;
}


#news
{
	float:right;
	padding:1em;
}

#floatRight
{
	margin-top:1em;
	float:right;
	border-stlye: solid;
	border-color: #444;
	border-width:medium;
}

#topRight
{
	text-align:right;
	position:absolute;
	top:0.5em;
	right:18px;
	float:right;
}

#topLeft
{
	text-align:left;
	position:absolute;
	top:0.5em;
	left:2em;
	float:left;
}

	
