body{
	background-image: url(/images/bg_image.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat : repeat; 
	margin: 0px;
	padding: 5% 0 5% 0;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;

	height: 87%;
}


#content_container{
	height: 100%;
	text-align: center;
}

#content{
	margin: 0 auto;
	width: 885px;
	height: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5f4189;
	overflow: visible;
	border:2px solid #777777;
	background-color: #e5fbd7;
}

#content2{	
	margin: 0 auto;
	width: 885px;
	height: 110%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f4189;
	overflow: auto;
	border:2px solid #777777;
	background-color: #e5fbd7;

}
#contentspc{
   	margin: 0px;
	width: 1px;
	height: 190px;
	float: left;
	}
	
#contcolwrap{
	width: 884px;
	height: 76px;
	position: absolute;
	}
	
.contentcol{
	top: 0px;
	left: 10px;
	width: 375px;
	height: 65px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f4189;
	background-color: #e5fbd7;
	position: relative;
	padding: 0px 15px 10px 5px;
	}
	
.re{	
	clear: left; 
	margin-top: -85px;
	left:420px;
	top: 10px;
	position: relative;
	}

.contenttext{
	width: 845px;
	height: 110%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #5f4189;
	
	background-color: #e5fbd7;
	padding: 20px;
}

#sem_l{
	float: left;
	width: 320px;
	height: 65px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	color: #5f4189;
	background-color: #e5fbd7;
}

#sem_r{
	float: right;
	width: 520px;
	height: 65px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #5f4189;
	background-color: #e5fbd7;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#menu{
	margin: 0 auto;
	width: 250px;
	float: left;
	background-color: #e5fbd7;
}

#footer{
	position: fixed; 
	bottom: 0;
	text-align: center;
	font-size: 10px;
	padding: 2px;
	color: #909097;
	height: 14px;
	width: 100%;
	background-color: #e5fbd7;
}

a:link{
	color: #333333;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #aaaaaa;
	text-decoration: none;
}

a:active{
	color: #333333;
	text-decoration: none;
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5f4189;
	margin: 5px 0 25px 0;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f4189;
	margin: 5px 0 15px 0;
}

p {
	margin: 20px;
	color: #5f4189;
	line-height: 140%;	
}

/*
h1,h2,p,ul{
	margin-top: 0;
	margin-bottom: 0;
}


img{
	float: right;
}
*/
