﻿*
{
	margin:0px;
	padding:0px;
}
body 
{
	font-family:Verdana;
	font-size:70%;
	background-color:#ffffff;
	text-align:center;
	background-image:url('images/css/body.png');
	background-repeat:repeat-y;
	background-position:center;
}

#wrapper
{
	width:951px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	height:100px;
	padding-left:20px;
}

#content
{
	
	width:600px;
	padding:10px 30px 10px 30px;
	float:left;
	border-right: solid 1px #cccccc;
}

#content h1 { font-size:small; color:#000000; padding-left:10px; }
#content h2 { font-size:x-small; color:#000000; padding-left:10px; }
#content p { padding:10px; }
#content a, a:visited { color:#0000ff; text-decoration:none;  padding-left:2px;}
#content a:hover { color:#0000ff; text-decoration:underline;  padding-left:2px;}

#menu
{
	font-weight:bold;
	width:910px;
	height:20px;
	background-image:url('images/css/toning.jpg');
	background-repeat:repeat-x;
	margin-left:20px;
	padding:3px 0px 0px 0px;
}

#menu ul
{
	
}

#menu li
{
	display:inline;
	margin-left:20px;
}

#menu a:link, a:visited
{
	color:#ffffff;
	text-decoration:none;
}
#menu a:hover
{
	color:#ffffff;
	text-decoration:underline;
}



#sponsors
{
	float:left;
	width:220px;
	padding:10px;
}
#sponsors h2 { color:#ff0000; font-size:medium;}
#sponsors p { padding:10px; font-size:medium; }
#sponsors li { list-style-type:none; }
#sponsors a { text-decoration: none; border: 0px}

#entry li
{
	display:block;
	list-style-type:none;
}
fieldset
{
	padding:10px;
}
legend
{
	font-size:large;
}
form label
{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 70px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}