html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS", Verdana;
	line-height: 1.3em;
	font-size: 11px;
	color: #414042;
	background: #ffffff;
}
input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS", Verdana;
	font-size: 12px;
	color: #414042;
}
option, optgroup {
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS", Verdana;
}
div, form, table, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif, "trebuchet MS", Verdana;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #414042;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 30px auto 0 auto;
}

#logo {
	position: absolute;
	top: 50px;
	left: 5px;
}

#menu_holder {
	position: absolute;
	top: 10px;
	left: 435px;
	width: 475px;
	height: 560px;
	z-index: 0;
}
#menu1 {
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 1.5em;
	font-size: 12px;
	color: #ffffff;
}
#menu1 a {
	color: #ffffff;
}
#menu2 {
	position: absolute;
	top: 30px;
	left: 195px;
	line-height: 1.5em;
	font-size: 12px;
}
#menu_holder ul {
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 20px;
}
#menu_holder li {
	margin: 0;
	padding: 0;
}
#menu_holder a {
	text-decoration: none;
}


#main {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 933px;
	height: 325px;
	background: #ffffff;
	border: 1px solid #c3c3c3;
	z-index: 1;
}
#side img {
	position: absolute;
	top: 13px;
	left: 15px;
	width: 340px;
	height: 300px;
}
#text {
	position: absolute;
	top: 17px;
	left: 460px;
	width: 300px;
	height: 295px;
	overflow: hidden;
}
#polaroid1 {
	position: absolute;
	top: 20px;
	left: 812px;
	width: 109px;
	height: 118px;
	background: url(/visuals/images/polaroid1.gif) no-repeat scroll top left;
	padding: 6px 0 0 26px;
}
#polaroid2 {
	position: absolute;
	top: 149px;
	left: 806px;
	width: 112px;
	height: 122px;
	background: url(/visuals/images/polaroid2.gif) no-repeat scroll top left;
	padding: 12px 0 0 29px;
}
#polaroid1 img, #polaroid2 img {
	width: 98px;
	height: 84px;
}

#part_of {
	position: absolute;
	top: 471px;
	left: 0px;
	width: 928px;
	height: 21px;
	z-index: 1;
	padding: 4px 7px 0 0;
	font-size: 13px;
	color: #ffffff;
	text-align: right;
}
#part_of a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#part_of a:hover {
	text-decoration: underline;
}
#part_of .quick_links {
	float: left;
	margin-left: 20px;
	font-size: 12px;
}
#part_of .quick_links a {
	font-weight: normal;
	margin-right: 10px;
}

#nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin-right: 4px;
	font-weight: bold;
}
#nav li ul {
	display: none;
	position: absolute;
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 10px;
	text-align: left;
	background: rgb(230, 230, 230);
	background: rgba(230, 230, 230, 0.5);	
}
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	width: 150px;
	height: 20px;
	text-align: center;
}
#nav li ul li a {
	color: #414042;
	height: 15px;
	font-weight: normal;
}


#copyright {
	position: absolute;
	top: 542px;
	left: 340px;
	font-size: 10px;
}


h1 {
	margin: 0 0 1em 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	margin: 0 0 1em 0;
	color: #c3c3c3;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
h3, h4, h5, h6 {
	margin: 0 0 .5em 0;
	color: #d9d632;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

.grey {
	color: #c3c3c3;
}