/* ******************************* *\
	iPennant v1.0b
	layout.css
	Copyright (c) 2007 Seb Toombs
\* ******************************* */

/**
	// Editing this content could have undesirable effects.
**/

body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
 	text-align: center;
 	margin-top: 150px;
 	background: #9f9f9f url('images/banner.png') no-repeat center top;
}

table {
 	color: #FFFFFF;
 	font-size: small;
 	_font-size: x-small;
 	margin-left: 20px;
}

#container {
 	width: 800px;
 	text-align: center;
 	margin: 0 auto;
}

#menu { 	
 	width: 800px;
	margin: 0 auto;
	text-align: center;
	_margin-bottom: 10px;
}

#menu ul {
	_margin-top: 10px;
}

html>body #menu ul {
	padding: 7px;
}

#menu li {
	display: inline;
}

#menu a {
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #dcdce9;
}

#menu li a:hover {
	text-decoration: underline;
}

#mainwrap {

}

#main {
 	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#main p {
 	margin-left: 10px;
 	_font-size: x-small;
 	margin-bottom: 20px;
}

#main a {
 	text-decoration: none;
}

#main a:hover {
 	text-decoration: underline;
}

p {
	font-size: small;
	_font-size: x-small;
}

h2 {
 	_font-size: medium;
 	margin-top: 10px;
}

form {
	font-size: small;
	_font-size: x-small;
}

html>body h2 {
	font-size: large;
}

.btn {

}

#footer {
 	margin: 0 auto;
	text-align: center;
	padding: 2px;
	_margin-top: 10px;
}

#footer a {
 	text-decoration: none;
 	font-weight: bold;
 	_font-size: x-small;
}

#footer p {
	_font-size: x-small;
}

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

#copyr {
 	
}