body,td,th {
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	line-height: 150%;
}
.video {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 5px;
	float: right;
	background-color: #FFFFFF;
	clear: none;
}
.box {
	padding: 10px;
	height: 263px;
	width: 325px;
}
input,select,textarea {
	font-family: Verdana;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(images/mrmen_background.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
	background-attachment: fixed;
}
a:link {
	color: #C94093;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C94093;
}
a:hover {
	text-decoration: underline;
	color: #C94093;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
a:active {
	text-decoration: none;
	color: #999999;
}
/* Navigation bar on left hand side */
#nav {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 120px;
	padding: 8px;
	float: left;
	margin-top: 3px;
	margin-bottom: 5px;
	height: auto;
}
/* Navigation links at top of page */
#navlinks {
	border: 1px solid #666666;
	background-color: #C94093;
	padding: 8px;
	margin-top: 3px;
}
/* Main page content */
#content {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 600px;
	padding: 8px;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	height: auto;
}
#content img {
	border: 1px dashed #999999;
	padding: 5px;
	margin-right: 5px; 
}

h2 {
	font-size:16px;
	font-family:'Trebuchet MS';
	margin: 0px 0px 3px 0px;
	font-weight: bold;
	text-align: left;
}
#sideflow{
	float: right;
	width: 100px;
	border: 1px solid #000000;
	margin-top: 5px;
	line-height: normal;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	margin-left: 10px;
}
#content h1 {
	font-size: 15px;
	line-height: 120%;
}
