@charset "utf-8";
/* CSS Document */

/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table {
	border-collapse : collapse;
	border-spacing : 0;
}
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

body {
	color: #FFF;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
strong {
	font-weight: bold;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
	padding: 10px;
	background-color: #900;
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	background-color: #9A0000;
}
#header {
	background-image: url(../images2/template_01.png);
	height: 100px;
}
#nav {
	background-image: url(../images2/template_02.png);
	height: 23px;
}
#nav {
	padding-left: 0px;
	color: #FFFFFF;
	display: block;
	padding-top: 0px;
}
#nav ul {
	list-style-type: none;
	float: left;
	padding: 0px;
	width: 1000px;
	margin: 0px;
}
#nav li {
	list-style-type: none;
	float: left;
	font-size: 12px;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
}
#nav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 2em;
	background-color: #000000;
}

#content {
	background-image: url(../images2/template_bg.png);
	background-repeat: repeat-y;
	position: relative;
}
#column1 {
	background-image: url(../images2/images2/template_03.png);
	float: left;
	width: 348px;
	height: 540px;
}
#column2 {
	float: left;
	width: 571px;
}
#column3 {
	background-image: url(../images2/template_05.png);
	float: left;
	height: 540px;
	width: 81px;
}
.clearall {
	clear: both;
}
#footer {
	background-image: url(../images2/images2/template_06.png);
	height: 49px;
}
#footer p {
	color: #000;
	padding-left: 570px;
	padding-top: 25px;
	font-size: 10px;
	font-weight: bold;
}
#footer a:link, a:visited {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

