/* CSS Document */

body {
background-color:#722223;
margin:0;
color:#ffffff;
font-family:"Times New Roman", Times, serif;
font-size:13px;
}

a {
color:#F4F4F4;
}

a:hover {
background-color:#354546;
}

#main {
width:855px;
}

#header {
width:855px;
height:126px;
border-bottom:2px solid #3a1012;
}

#wrapper {
width:853px;
border-right:2px solid #3a1012;
overflow:hidden;
}

#wrapper_right {
width:620px;
height:164px;
float:right;
margin:17px 0px 0px 0px;
}

#wrapper_left {
width:200px;
float:left;
text-align:center;
padding:150px 0px 0px 0px;
}

.index_text {
display:block;
margin:10px 20px 20px 20px;
line-height:18px;
}

.indexleft {
display:block;
width:280px;
float:left;
}

.indexright {
display:block;
width:280px;
float:right;
}

.element{
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg_wrapper.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.element[class]{
   background: url('images/bg_wrapper.png') no-repeat bottom;
}

#wrapper_right2 {
width:620px;
height:auto;
float:right;
margin:17px 10px 0px 0px;
background-image:url(images/bg_new.jpg);
background-repeat:repeat-y;
overflow:hidden;
}

#logo {
width:640px;
height:126px;
float:right;
background-image:url('images/logo.jpg');
}

#address {
width:196px;
height:86px;
float:left;
font-size:13px;
padding:40px 0px 0px 10px;
}

.red {
text-align:left;
color:#d60b0a;
display:block;
margin:200px 10px 10px 20px;
font-weight:bold;
font-size:14px;
}


#content_wrapper {
float:right;
width:200px;
padding:0 0 7px 0;
}

#content_img {
font-family:Arial, Helvetica, sans-serif;
color:#EE3423;
font-size:10px;
margin-left:5px;
margin-right:5px;
border:1px solid #650060;
width:163px;
}

#content_factoid {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
margin-top:45px;
margin-left:10px;
margin-right:10px;
background-color:#FFFFFF;
border-top:14px solid #650060;
border-right:1px solid #650060;
border-left:1px solid #650060;
border-bottom:1px solid #650060;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}

.submit {
width:65px;
height:19px;
border:2px solid #fff;
background-color:#3B4E4F;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
}

.submit2 {
width:185px;
height:19px;
border:2px solid #fff;
background-color:#3B4E4F;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
}

.input {
border:1px solid #3B4E4F;
color:#3B4E4F;
font-family:Helcetica, Arial;
font-size:11px;
margin-bottom:5px;
}

.input2 {
border:1px solid #3B4E4F;
color:#3B4E4F;
font-family:Helcetica, Arial;
font-size:11px;
}