* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%;
	font-family: Verdana;
	color:#57566C;
	font-size:11px;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-color:#B290D2;
}

.clear {
	clear: both;
}
  
.container {
	min-height: 100%;
	width: 845px;
	_height: 100%;
	margin: 0 left;
	margin-left:30px;
	position: relative;
}

* html > .container {
	height: 100%;
}

.header {
	height: 119px;
}

.tabs{
	float:left;
	width:37px;
	height:682px;
	padding-top:15px;
}
.weblog {
	height:14px;
	text-align:right;
	padding-right:28px;
	font-size:10px;
	font-weight:bold;
	color:#57566C;
}
.weblog a{
	color:#57566C;
	text-decoration:none;
}
.weblog a:hover{
	color:#57566C;
	text-decoration:underline;
}
.picture{
	position:absolute;
	left:37px;
	top:395px;
	height:262px;
	width:262px;
}
.menu {
	width: 262px; 
	float: left;
	}

	
.content {
	width: 543px;
	float: left;
	height: auto;
	margin-bottom: 100px;
	}
	.content h1, .content p {
		line-height: 18px;
		padding-top:20px;
		padding-left:35px;
		padding-right:30px;
		color:#57566C;
	}
	.content a {
		color:#57566C;
		text-decoration:underline;
	}
	.content a:hover {
		color:#57566C;
		text-decoration:none;
	}
	.content ul {
		margin-left:60px;
		_margin-left:40px;
		margin-top:10px;
	}
	.content li{
		padding-left:5;
		_margin-left:19px;
		padding-top:3px;
		padding-right:35px;
		line-height:1.8;
	}

.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:842px;
	height: 40px;
	vertical-align: middle;
	background: url(../images/footer.gif) top left no-repeat;
}
.footer p{
	padding-left:75px;
	padding-top:7px;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	letter-spacing:1px;
	word-spacing:2px;
}
.footer a{
	color:#FFF;
	text-decoration:none;
}
.footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

.faux {
	background: #FFF;
	height: 1%;
	margin: 0 auto;
	width: 845px;
}
h1 {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-size:20px;
	font-style:italic;
	color:#B290D2;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}

