html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 55%;
}
a{
	text-decoration: none;
}
a:link {color:#0EC4AE;}
a:visited {color:#0EC4AE;}
a:hover {color:#CCCCCC;}
a:active {color:#0EC4AE;}

p, li {
	line-height: 1.8em;
}
h1, h2 {
	margin: 0 0 10px 0;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
h3 {line-height:20px; font-size:10px;}
h4 {
	font-size:11px;
	line-height:16px;
	font-weight:normal;
	margin:0 0 8px 0;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 00px;
}

div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

#header {
	width:793px;
	height:150px;
	margin-bottom:15px;
	border-bottom:#0EC4AE 1px dotted;
}
#logo_links {
	width:420px;
	height:140px;
	position:absolute;
	overflow:hidden;
}
#smallprint {
	width:200px;
	height:40px;
	text-align:right;
	position:relative;
	left:593px;
	top:103px;
}

#smallprint p {font-style:italic; font-size:9px; margin:0; line-height:16px;}

#smallprint p a {font-size:10px; font-weight:bold; font-style:normal;}

/*horizontal rule style*/
hr { 
	height: 0; 
	border-style: dotted; 
	border-width: 1px 0 0 0;
}

.caption_light {
	font-size: 10px;
	color:#999999;
	font-weight:normal;
}

#leftcol {
	width:180px;
	height:500px;
	float:left;
	margin-right:15px;
}

#rightcol {
	width:350px;
	height:500px;
	float:left;
}
#intro {
	width:360px;
	margin:0 25px 0 55px;
	height:auto;
}
#intr_img {
	width:305px;
	height:305px;
	margin:87px 55px 0 0;
	border:#CCCCCC 1px solid;
}
#arg {
	width:150px;
	height:30px;
	float:right;
	font-style:italic;
	font-size:9px;
	text-align:right;
	margin-right:7px;
}
