html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}

body {
	width:100%;
	text-align:center;
	background-color:#969696;
	font-family:"Palatino", "Palatino Linotype", Serif;
	font-size:12px;
	color:#366;
}

a{
	color:#366;
}
a:hover{
	color:#600;
}
h1{
	text-transform:uppercase;
}
#container{
	width:912px;
	margin:0 auto;
	padding:0 20px;
	background:url('images/container_bg.jpg') repeat-y;
}

#leftside{
	width:200px;
	padding:60px 100px 55px 75px;
	margin-right:-25px;
	float:left;
	text-align:center;
}
#leftside p{
	margin-bottom:10px;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}
.leftside_split{
	margin:0 40px 25px;
	padding-bottom:25px;
	width:120px;
	border: 0px solid #D1D1D1;
	border-bottom-width:1px;
}

#rightside{
	padding-top:60px;
	float:right;	
}
#header {
	margin-bottom:20px;
}
#content {
	width:497px;
	margin-right:65px;
}
#main_footer_navi{
	text-transform:uppercase;
	margin:10px 0;
	line-height:18px;
}
.line_separate{
	letter-spacing:-3px;
	padding:0 8px;
	display:inline;
}

#footer{
	width:911px;
	margin-left:3px;
	height:50px;
	background:url('images/home/footer_bg.jpg') repeat-x;
}
#footer_navi {
	
}
#footer_navi a {
	
}
.footer_copy{
	height:32px;
	padding:18px 24px 0 0;
}
#footer_copy_left{
	width:348px;
	margin-left:-3px;
	float:left;
	background:transparent url('images/home/leftcolumn_back.png') repeat-y;
}
#footer_copy_right{
	font-size:11px;
}
.clear{
	clear:both;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}