body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	font-size : 12px;
	background-image: url("/images/mark-bg.gif");
	background-repeat: repeat-x;
	background-color: white;
	}

h1 {
	font-size : 15px;
	border-bottom: solid 1px #99CCCC;
	}

h2 {
	font-size : 13px;
	border-bottom: solid 1px #99CCCC;
	}
	
h3 {
	font-size : 12px;
	border-bottom: solid 1px #99CCCC;
	}

.header {
	margin: 0px;
	padding: 0px;
	position : absolute;
	top : 0px;
	left: 0px;
	}

.title {
	position: absolute;
	top: 0px;
	left: 200px;
	}

.content {
	margin: 150px 15px 50px 250px;
	position : relative;
	width : auto;
	font-size : 12px;
	vertical-align : bottom;
	z-index: 1;
	}

.content img {
	padding-right : 15px;
	}

.bodybg {
	position: absolute;
	top: 200px;
	left: 500px;
	height: 456px;
	width: 315px;
	background-image: url("/images/mark-bodybg.gif");
	background-repeat: no-repeat;
	}

.menu {
	position:absolute;
	top: 70px;
	left: 250px;
	padding:0px;
	margin : 0px;
	font-size : 13px;
	}

.menu span {
	padding: 10px;
	}

.menu a, .menu a:visited {
	text-decoration: none;
	}

a {
	color : #336666;
	}

a:hover {
	color : black;
	}

.pic {
	position : absolute;
	left : 0px;
	top : 128px;
	width : 150px;
	padding : 0px;
	margin : 0px;
	}

.footer {
	position : absolute;
	bottom : -20px;
	left : 0px;
	width : 100%;
	color : #D5D5D5;
	font-size : 10px;
	}

.footer a {
	color : #CCCCCC;
	}

.pad {
	padding : 10px;
	}

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

.sidebar {
	position: absolute;
	top: 287px;
	left: 20px;
	width: 150px;
	background-color: #669999;
	padding: 10px;
	text-align: center;
	}

.sidebar img {
	/*padding-bottom: 10px;*/
	border-right: solid 2px #666666;
	border-bottom: solid 2px #333333;
	}