/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C2C2C2;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
#top {
	width: 100%;
	height: 520px;
	background-color: #FFFFFF;
}
#bottom {
	width: 100%;
}
#top_box {
	width: 700px;
	max-height:500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_box {
	width: 700px;
	min-height: 100px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left:16px;
}
#top_display {
	width: 700px;
	height:400px;
}
#top_below {
	width: 700px;
	height:100px;
}
#logo {
	width:210px;
	float:left;
	height:48px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	color: #C2C2C2;
	font-weight: bold;
	padding-top: 52px;
	padding-left: 180px;
}
#description {
	width:310px;
	float:left;
	font-size: 10px;
	overflow:auto;
	line-height: 11px;
	padding-top:24px;
	color: #C2C2C2;
}
#menu {
	width:470px;
	float:left;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: -4px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#menu a:hover {
	color: #C2C2C2;
	background-color: #FFFFFF;
}
ul li {
	list-style-type: none;
	line-height: 16px;
	margin-left:-40px;
	padding-bottom:10px;
}
ul {
	margin-top:-10px;
}
#line_short {
	line-height: 18px;	
}
a {
	color: #666666;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
#dots {
margin-top:-14px;
	width:210px;
	float:left;
}
#portfolio {
	font-size:10px;
	text-transform: uppercase;
	color:#FFFFFF;	
}
a.orange {
	color: #FF8500;
	text-decoration: none;
}
a.orange:hover {
	text-decoration: underline;
}