/* CSS RESET */
html{color:#AF151B;background:#AF151B;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{ 
font-size:12px;
line-height:17px;
margin:0;
padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;font-weight:bold;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

body {font:11px/1.231 arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font-size:100%;}
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */

body {
	text-align:center;
	color:#AF151B;
}
a {
	text-decoration:none;
		color:#000
}
a:hover {
	text-decoration: underline;
		color:#AF151B
}
#wrap {
	width:900px;
	height:700px;
	text-align:left;
	margin:0 auto;
	background:url(images/back-sw.jpg) no-repeat;
	background-color:#FFFFFF;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}



/* header */
#header { position:relative;height:260px  }
#logo {position:absolute; top:60px; right:130px}
#logo h1 {
	font-size:34px;
	padding-bottom:100px;
	border:none;
	color:#fff
}
#logo div {
	padding-left:100px
}
/* 
#nav { position:absolute; top:180px; left:400px; background:url(images/nav.jpg); width:435px;height:46px; line-height:46px; padding: 0 0 0 40px }
#nav li {float:left;  font-weight:700; width:100px }
#nav a {text-decoration:none; display:block; text-align:center;}
#nav a:hover {background:url(images/nav_hover.jpg) -10px; }
*/

/* content */
#content { }
.main {width:570px; font-family:Arial, Helvetica, sans-serif;}
#text {width:450px; }
#text h2 {font-size:24px; line-height:30px; padding-bottom:20px; font-weight:bold;}
#text p img {float:left; padding:0 20px 0 0}
#text a { color: #AF151B}

/* #col {margin:50px 0 0 0;width:300px; background:url(images/col.jpg); width: 535px; height:156px ; } */

#col div {width: 200px; margin: 20px 0 0 70px; display:inline}
#col .first  {margin: 20px 0 0 50px }
#col li{line-height:20px;}
.side {margin:0 0 0 40px; width:250px;display: inline;}
.side h2 {font-size:20px; font-weight:bold;}
.side li {line-height:20px; list-style:inside disc; color:#FFFFFF; }
.side ul {margin:30px  0 30px 20px}

/* footer  
#footer { background:url(images/footer-sw.jpg); no-repeat right bottom}
#ftinner{
	position:absolute;
	bottom:21px;
	width:680px;
	margin-left:120px;
	left: 3px;
}
.ftlink {width:500px;} 
*/

