body,div,h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,ul,ol,li,dl,dd,dt,img,table,tr,td,fieldset,input,form,hr {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 760px;
}
#head_left {
	float: left;
	width: 598px;
	height: 138px;
	padding: 6px;
	text-align: right;
	line-height: 1.25em;
	font-size: 1.3em;
	background-color: #FFF;
}
#head_left .red {
	color: #BF2036;
	font-weight: bold;
}
#head_left a {
	color: #000;
	text-decoration: none;
}
#head_left a:hover {
	color: #BF2036;
}
#head_right {
	float: right;
	width: 150px;
}
#logo {
	float: right;
}
#main {
	clear: both;
	background-image: url(../images/main_bg3.gif);
}
#content {
	float: left;
	width: 590px;
	height: 580px;
	line-height: 1.4em;
	font-size: 1.3em;
	background-image: url(../images/bg4.jpg);
	background-repeat: repeat-y;
	padding: 10px;
}
#content h1 {
	font-size: 1.4em;
	color: #BF2036;
	padding-bottom: 14px;
}
#content p {
	padding-bottom: 14px;
}
#content ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 14px;
}
#content ul li {
	display: list-item;
	width: auto;
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#content a {
	color: #BF2036;
	text-decoration: none;
	font-weight: bold;
}
#content_right {
	float: right;
	width: 150px;
	background-color: #FFF;
}
