@CHARSET "UTF-8";

.clear{
	clear: both;
}

img {
	border: 0px;
}

body{
  	margin:0px;
  	padding:0px;	
	background-color: white;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 20px;
	}


#wrapper{
	width:800px;
	height:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background: url('../images/bg.jpg');
	position: relative;
	}
	
#logo{
	width: 250px;
	height: 100px;
	position: absolute;
	float: left;
}

#nav{
	float: right;
	position: relative;
}

.nav_img{
	padding: 10px;
}

#content_white{
	width: 444px;
	height: 399px;
	position: relative;
	top: 20px;
	left: 20px;
	padding: 15px;
	overflow: none;
}

#content_green{
	background: url('../images/content_green.jpg');
	width: 444px;
	height: 399px;
	position: relative;
	top: 20px;
	left: 20px;
	padding: 15px;
	overflow: none;
}

#content_orange{
	background: url('../images/content_orange.jpg');
	width: 444px;
	height: 399px;
	position: relative;
	top: 20px;
	left: 20px;
	padding: 15px;
	overflow: none;
}
#content_red{
	background: url('../images/content_red.jpg');
	width: 444px;
	height: 399px;
	position: relative;
	top: 20px;
	left: 20px;
	padding: 15px;
	overflow: none;
}
#content_purple{
	background: url('../images/content_purple.jpg');
	width: 444px;
	height: 399px;
	position: relative;
	top: 20px;
	left: 20px;
	padding: 15px;
	overflow: none;
}
#content_blue{
	background: url('../images/content_blue.jpg');
	width: 444px;
	height: 399px;
	position: relative;
	top: 20px;
	left: 20px;
	padding: 15px;
	overflow: auto;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content_brown{
	background: url('../images/content_brown.jpg');
	width: 444px;
	height: 399px;
	position: relative;
	top: 20px;
	left: 20px;
	padding: 15px;
	overflow: none;
	text-align: center;

}

#pdf{
	position:relative;
	float:right;
}
