﻿/*	Website width 920px
	Header height 375px, width 920px
	photo height 150px, width 150px
	content width (home page) 685px
	content width (other pages) 910px
	sidebar width 350px
*/


html, body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

body {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #67cb33;
}

#container{
	width: 920px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	margin-top:0px;
}
	
#header{
	height: 400px;
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}	

#header .text{
	width:250px;
	padding-top:100px;
}

#main{
	margin:-10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:white;

}

#title {
	font-family: Arial,Verdana;
	position: absolute;
	left: 45px;
	top: 110px;
	text-align: center;
	font-size: 34px;
	color: #008000;
	font-weight: bold;
	width: 250px;
}

#subtitle {
	font-family: Verdana,Arial;
	position: absolute;
	left: 45px;
	top: 150px;
	text-align: center;
	width: 250px;
	font-size: 13px;
	color: #008000;
	font-weight: bold;
	font-style: italic;
}
	
#content{
	width:550px;
	float:left;
	background-color:white;
	padding-left:10px;
}

#sidebar{
	width: 350px;
	float: right;
	color: black;
	background-color:white;
	padding-left:10px;
}
#sidebar ul{
	margin: 0px;
	padding: 15px;
}
	
.photo {
	padding:0px 0px 0px 0px;
	margin:10px 10px 10px 0px;
	float:left; /*this is needed to wrap text*/;
}
	
h1 {
	font-size: medium;
	font-weight: bold;
	margin: 5px 10px 0px 0px;
	padding: 10px 10px 5px 10px;
	background-color: #67cb33;
	color: #51244d;
}



h2{ 
	font-size: small;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}
	
h3 {
	font-size: medium;
	font-weight: bold;
	margin:10px 0px 0px 0px;
	padding:10px 10px 0px 10px;
}

h4 {
	font-size: small;
	font-weight: bold;
	margin:5px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

p {
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

.text{
	font-size: small;
	font-weight: normal;
	color: #996633;
}


	
a:link {
	text-decoration: underline;
	color: red;
}

a:active{
	text-decoration: underline;
	color: yellow;
}

a:visited {
	text-decoration: underline;
	color: red;
}

a:hover{
	text-decoration: underline;
	color: blue;
}

.homepage a, a:link, a:visited{
            color: #73346d;
            text-decoration: none;
            outline: 0px;
}
                                    
.homepage a, a:hover{
            text-decoration: none;
            color: #FF0000;
}
			
.indentmenu{
	font-size:small;
	font-weight:bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 25px;
	float: right;
	width:72%; /*controls length of underline*/
	border-bottom: thick purple groove;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: right;
	width: 660px; /*width of menu*/;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	color: #008000; /*text color*/;
	padding: 2px 11px 3px 11px;/*postion of text*/;
	text-decoration: none;
}

.indentmenu ul li a:visited{
	color: #008000;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #000000; /*text color of selected and active item*/;
	padding-top: 3px; /* text position - shift text down 2px for selected and active item*/;
	padding-bottom: 5px; /*shift text down 1px for selected and active item*/;
}



#footer	{
	text-align: center;
	font-style: italic;
	font-size: xx-small;
	color: white;
	padding-top: 10px;
	height: 80px;
	width: 920px;
	background-color:#73346d;
	clear: both;
}

#footer a:link, #footer a:active, #footer a:visited{
	text-decoration: underline;
	color: white;
}

#footer a:hover{
	text-decoration: underline;
	color: black;
}

.buyit {
	border:medium fuchsia ridge;
	margin-bottom:20px; 
}

.winner{
	border:thin maroon ridge;
	padding:0px 12px 12px 12px;
	margin:12px 20px 20px 12px;
	text-align:center;
}

.winner p:first-child{
	font-size:medium;
	font-weight:bold;
	text-align:center
}
