.{padding:0;margin:0;}

body
{
background-color:#ddd;
overflow:auto;
}

img {border:0;}
ul {
	list-style-type: none;
	text-align:right;
	margin-top:.5em;
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px;
	}
h1 {font-family: Georgia; font-size: 23px;color:#29143c;margin-bottom:0em;}
.caption{text-align:left;font-family: Verdana; font-weight:normal;font-size: 12px;color:#29143c;}
.content {
	width:500px;
	padding:9px;
	background-color:white;
	border:1px solid #ccc;
	}
div.logo{
	position:fixed;
	top:20px;
	left:20px;
	width:150px;
	}
div.title{
	position:absolute;
	top:45px;
	left:190px;
	width:520px;
	padding:20px;
	z-index:10;
	}
div.main{
	position:absolute;
	top:0px;
	left:190px;
	width:520px;
	background:#efefef;
	padding:20px;
	padding-top:170px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	}
a:link {
	color: #29143c;
	text-decoration: none;
}
a:visited {
	color: #29143c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: red;
}
