body {
	font-family:"Helvetica","Lucida Grande",Arial,sans-serif;
	font-size:13px;
}

a.upload { 
	font-size:115%;
	color:#333;
	border:1px solid #ccc;
	padding:4px;
	background-color:#ccc;
	text-decoration:none;
}

a.upload.hover{
	background-color:#FF9B06;
}

h2 { 
	font-size:120%;
}

h3 { 
	color:#555;
	font-size:110%;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;	
}

#main{ 
	width:700px;
	margin:20px auto 0 auto;
	overflow:auto;
}

#leftcol { 
	width:450px;
}

#rightcol{
	margin-top:50px;
	width:200px;
	float:right;
	font-size:80%;
	color:#666;
}

#footer{
	margin-top:30px;
	font-size:x-small;
	color:#777;
	text-align:center;
}


/** from vufind.com **/
/* LAYOUT */

