@charset "UTF-8";
/* CSS Document */

body {
	background-color : #fff;
	padding : 0;
	margin : 0;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	line-height : 18px;
	color : #f00;
}

a {
	color : #f00;
	text-decoration : none;
}

a:hover {
	color : #f00;
	text-decoration : underline;
}

a img {border:none;}
a:hover img {border:none;}

#header {
	margin : 0;
	padding : 0;
	position : fixed;
	left : 50px;
	top : 50px;
	width : 960px;
	height : 110px;
}

#menu {
	margin : 0;
	padding : 0;
	position : fixed;
	left : 50px;
	top : 210px;
	width : 180px;
}

#content {
	margin : 210px 0 100px 245px;
	width : 765px;
}

#footer {
	margin : 0 0 100px 50px;
	width : 960px;
}

.col1 {
	width : 180px;
	float : left;
}

.col2 {
	width : 375px;
	float : left;
}

.col3 {
	width : 570px;
	float : left;
}

.col4 {
	width : 765px;
	float : left;
}

.gutter {
	margin-right : 15px;
}

.right {
	text-align : right;
}

.highlight {
	text-decoration : underline;
}

.thumbnail { float:left; border:none; margin-bottom:15px;}
.padding { padding:10px;}

sup.note{ line-height:1px;}
div.footnote {font-size:12px; line-height:12px; font-family:Courier, 'Courier New', monospace;}
div.footnote ol { padding:0 0 0 24px;}
div.footnote li { margin:0 0 10px 0;}

.clearfloat {
	clear : both;
	height : 0;
	font-size : 1px;
	line-height : 0;
}
