@import url("nav-horizontal.css");
@import url("nav-vertical.css");

/* positioning and layout styles */

/*classes*/
.clear{clear:both;}
.float-left{float:left;}
.float-right{float:right;}
.margin-bottom{margin-bottom:10px;}
.margin-top {margin-top:10px;}
.padding {padding:10px;}

/*id tags*/
#col3{
	float:right;
	width:18%;
	border-left:solid 1px #ccc;
	height:200px;
}

#container{
	/*min-width:760px;
	width:55.3em;
	*width:55.35em;*/
	min-width:950px;
	width:68em;
	*width:69.3em;
	margin:10px auto;
	position:relative;
	text-align:left;
	border:solid 1px #ccc;
}

#footer{
	clear:both;
	border-top:solid 1px #ccc;
	text-align: center;
	font-size:.7em;
	padding: 7px 0;
}

#footer a{}

#footer a:hover{}

#header{
	height:89px;
	border-bottom:solid 1px #ccc;
}

#main{
	height:50px;
	width:62.33%;
	border-bottom:solid 1px #ccc;
	float:left;
	padding:7px;
}

/* CSS Questions & Comments to: Tim_Wright@ncsu.edu */
