@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

#wrapper{
	width:100%;
}

#holder{
	width:1000px;
	margin:0px auto;
}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#major{
	display:inline-block;
}

#minor_left{
	float:left;
}

img{
	display:block;
}

form{
	margin:0px;
	padding:0px;
	display:block;
}

#search_wrapper{ height:48px; position: relative;background-color:#373332; }
#search_container{ height:29px;width:200px;position:absolute;top:10px;left:40px;display:inline-block;}	
#form_input{ float:left;height:29px; width:158px; background: #006 url(../layout/form_input.png) no-repeat top left; position:relative; }
.search_box{ height:18px; width:143px; border:0; margin:2px 2px 2px 5px; position:absolute; top:0; left:0; padding:4px 0;}
#form_submit{ float:left;width:35px;background-color:#FF0; position:relative;}
.button_submit{background:url(../layout/contact_submit.png) no-repeat top right; height:29px; position:absolute; top:0; left:0;width:35px; border:0;}

p{ 
	color:#797977;
	line-height:1.5;
	margin:10px;
}

#content ul {
	margin-left:30px;
}
#content li {
	list-style: disc;  
	margin-left:25px;
	color:#130d17; 
	font-size:12px; 
	text-align:justify; 
	line-height:1.5;
}
#content {
color:#130d17;
}