/* CSS Document */
html, body {
	margin:0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white;
	font-size: 12pt;
	line-height: 170%;
	text-align:justify;
	background-image: none;
	color: #000000;
}

/*Layout*/


#wrapper {
	margin:0 5%;
	padding-left: 2px;
	padding-right: 2px;
	width: 600px;
}

#masthead {
	padding: 10px;
	background:none;
	width:auto;
	height:auto;
}

#masthead h1 {
	width:auto;
	height:auto;
	padding-left: 0px;
	color: #000000;
	text-indent: 0px;
	font-size: 28px;
}

#nav {
	display: none;
}

.content {
	width: 600px;
	background: none;
	float:none;
}

.content .top {
	margin: 0;
	font-size: 10px;
	background: none;
	padding-top: 10px;
	padding-bottom: 5px;;
}

.content .last {
	display:none;
}

.content p {
	padding-left: 5px;
	padding-right: 5px;
}


.content h2#homehead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}
.content h2#biohead {
	margin-left: 10px;
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
}
.content h2#classeshead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}

.content h2#ueventshead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}

.content h2#bookingshead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}

.content h2#pstyleshead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}

.content h2#pgalleryhead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}

.content h2#vclipshead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}

.content h2#contacthead {
	margin-left: 10px;
	width: auto;
	height: 72px;
	background: none;
	text-indent: 0;
}


.content h2#linkshead {
	margin-left: 10px;
	width: 255px;
	height: 72px;
	background: none;
	text-indent: 0;
}


#sideimg {
	display:none;
}

#footer {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top:20px;
	width: 600px;
	clear: both;
	color: #666666;
}

#footer a {
color: #666666;
}

#footer a:hover {
color: #666666;
}