/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #fff;
	background-color:#8c3227;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 20px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 15px;
	font-weight: bold;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

h3 {

font-size: 1.1em;

}

.left, .right
{
border: 1px dotted;
padding: 2px;
}

.right
{
float: right;
margin-left: 10px;
margin-right: 10px;
}



/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px #fff dotted;
      
}

a:hover {
	border: none;
}

a img {
	border: none;
}

#head a
{
color: #000;
border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#menu a:hover
{
text-decoration: none;

        border: none;
}



#sidebar-1 a {
	color: #c00;
	border: none;
}


/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
        background-color: #fff;
       
			background-image: url(../images/wsx_bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #000;
	border-top: none;
}

#head {
	height: 90px;
		background-image: url(../images/header_V2.png);
	background-repeat: no-repeat;
    text-align: left;

}

#menu
{
color: #000;
padding-top: 55px;
padding-left: 10px;
font-size: 0.9em;
}

#title 
{
height: 34px;
background-image: url(../images/wsx_title_bar.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 40px;
	padding-top: 2px;
	font-size: 24px;
	color: #f6c660;
	}



#sidebar-1 {
	padding-top: 0px;
	width: 221px;
min-height: 600px;
}

#sidebar-1 {
	margin-right: 0px;
	float: left;
	text-align: right;
}

#logos
{

text-align: center;
margin-bottom: 10px;

}

#logos img
{
padding: 2px;
}





#content {
	margin-left: 221px;
	padding-top: 20px;
        margin-bottom: 20px;
}


#foot {
	margin-top: 20px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1 {
\width: 221px;
w\idth: 221px;
}

/* overrides
----------------------------------------------- */

#sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}