/* CSS Document */
* { margin: 0; padding: 0; }

body {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 15px;
}

a img { border: 0; }
a:link { color: #6699ff; }
a:visited { color: #6699ff; }
a:hover { color: #ec008c; }

#container {
	margin-left: 20px;
	margin-top: 5px;
	width: 930px;
}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 78px;
	background: #ffffff;
	padding: 10px 0 8px 0;
}

#main_img {
	position: relative;
	background-repeat: no-repeat;
}

#arrow {
	position: absolute;
	right: 68px;
}

#prev_next {
	background: #ffffff;
	position: absolute;
	float: right;
	height: 20px;
	bottom: 0px;
	right: 0px;
	text-align: center;
}

#prev_next p { margin: 10px 0 0 15px; }

#prev_next a:link { color: #000000; text-decoration: none; }
#prev_next a:visited { color: #000000; text-decoration: none; }
#prev_next a:hover { color: #ec008c; text-decoration: none; }

#info_text {
	margin-top: 10px;
	width: 600px;
	margin-bottom: 20px;
}

#info_text p { line-height: 14px; text-align: justify; }

h1 {
	font-size: 12px;
	font-weight: 100;
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	font-weight: 100;
	border: solid #000000;
	border-width: 0 0 1px 0;
	margin-bottom: 5px;
}

#single_col {
	position: absolute;
	top: 50px;
	left: 195px;
	width: 500px;
	line-height: 14px;
}

#col1 {
	float: left;
	width: 600px;
}

#col2 {
	float: right;
	width: 300px;
}

.float_l { float: left; }
.float_r { float: right; }
.clearFloats { clear: both; }

.pink { color: #ec008c; }
.blue { color: #6699ff; }
.grey { color: #999999; }

