/* Hide from IE-Mac \*/
div#iemac
{
	display: none;
}
 /* End hide */

body {
	margin: 0;
	padding: 0 0 15px 0;
	background-color: #1E4F29;
	font: 14px arial, sans-serif;
	color: white;
}

div#page {
	width: 784px;
	margin: 15px auto 0 auto;
	border: 1px solid #fff;
	padding: 0 20px 0 10px;
	background: #7E1335;
}

div#top img{
	margin: 0 -20px 0 -10px;
}

div#menu {
	float: left;
	width: 120px;
}

.menulink:link, .menulink:visited, .menulink:hover, .menulink:active {
	display: block;
	margin: 10px 0 0 0;
}

/*CONTENT*/
div#content {
	float: left;
	width: 434px;
	margin: 0;
	padding: 0 20px 18px 20px;
}

h1 {
	margin: 15px 0 0 0;	
	font: 28px "trebuchet ms", sans-serif;
}

h2 {
	margin: 15px 0 -10px 0;
	font: bold 17px arial, sans-serif;
	text-transform: uppercase;
	color: #FFF200;
}

p {
	margin: 15px 0 0 0;
	line-height: 20px;
}

.clear {
	clear: both;
	margin: 0;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	line-height: 19px;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a:hover {
}

.button:link, .button:visited, .button:hover, .button:active {
	display: block;
	float: left;
	height: 27px;
	width: 170px;
	margin: 15px 12px 0 0;
	padding: 11px 0 0 0;
	background: url("images/button.gif");
	color: black;
	text-transform: uppercase;
	text-align: center;
}

img {
	border: 0;
}

p.produced {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

/* Home */
p.home {
	margin: 20px 0 0 0;
}

p.home img {
	float: left;
	margin: -10px 0 0 0;
}

/* About */
p.aboutheader {
	margin: 10px 0 0 0;
	padding: 22px 0 0 50px;
	background: url("images/n.gif");
	background-repeat: no-repeat;
}

p.abouttwo {
	margin: 0;
}

/*Events*/
a.yellow:link, a.yellow:visited, a.yellow:hover, a.yellow:active {
	color: #FFF200;
}

img.event {
	float: left;
	clear: left;
	margin: 15px 10px 0 0;
	border: 1px solid #333;
}

/*Photos*/
div.photos {
	float: left;
	width: 110px;
	margin: 15px 10px 10px 10px;
	text-align: center;
}

div.photos img {
	display: block;
	border: 1px solid #aaa;
}

img.thumb {
	float: left;
	margin: 15px 20px 10px 5px;
	border: 1px solid #aaa;
	cursor: pointer;
}

/* Participate */
p.participateheader {
	margin: 10px 0 0 0;
	padding: 21px 0 0 50px;
	background: url("images/t.gif");
	background-repeat: no-repeat;
}

/* Sponsors */
div#sponsors {
	float: right;
	width: 170px;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	background: #fff;
}

div#sponsors img {
	display: block;
	margin: 25px auto 0 auto;
}

/*FOOTERS*/
p.copyright {
	clear: both;
	margin: 0 -2px 0 -2px;
	padding: 10px 0 13px 0;
	font-size: 11px;
	text-align: center;
}

.siteby:link, .siteby:visited, .siteby:active {
	font-weight: normal;
}

.siteby:hover {
	color: #FFF200;
}