@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h3 {
	font-style: italic;
}
li,ul,ol {
	color: #333333; 
}
#main {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: url(/images/logo.jpg) no-repeat;
	border-bottom: #fb0303 solid thin;
	border-left-style: #fb0303 solid thin;
}
#name {
	font-weight: bold;
	text-align: right;
	color: #CCCCCC;
	margin: 10px;
	height: 250px;
	font-size: 36px;
	padding: 10px;
}
.img-right {
	float: right;
	border: thin #000000;
}
.red-head {color: #FF0000}
