body
	{
		font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
		/* background: #DBCDBE url(/images/layout/body_bg.gif) repeat-y;*/
		background: #DBCDBE url(/images/layout/body_bg2.gif) repeat-y;
		margin: 0;
		padding: 0 0 0 130px;
	}

#content
	{
		width: 630px;
		padding-top: 181px;
		padd\ing-top: 40px !important;
		padding-bottom: 2em;
	}


#content #col-1
	{
		width: 57%;
		float: right;
		font-size: .7em;
	}

#content #col-2
	{
		text-align: right;
		float: left;
		padding-left: 5%;
		font-size: .8em;
		width: 36%;
		w\idth: 31% !important;
		padding-bottom: 2em;
	}


#content h1
	{
		font-size: 1.4em;
		letter-spacing: .05em;
		margin-top: 0;
	}

#content h2
	{
		font-size: 1.2em;
		letter-spacing: .05em;
	}

#content #col-1 p, #content #col-1 ul
	{
		line-height: 2em;
	}

#content blockquote
	{
		margin: auto 0;

	}

#content cite
	{
		font-weight: bold;
		font-style: normal;
		position: relative;
		top: -1em;
	}
	
#content a:link
	{
		color: #594747;
	}
	
#content a:visited
	{
		color: #000;
	}
	
#content a:hover
	{
		color: #fff;
	}


#nav {
		position:absolute;
        	top: 0;
        	left: 0;
        	width: 130px;
        	font-size: .7em;
		/* background: #DBCDBE url(/images/layout/body_bg.gif) repeat-y; */
		background: #7A7C82 url(/images/layout/body_bg2.gif) repeat-y; 
     }

#nav ul
	{
		margin: 0;
		padding: 2em 0;
		width: 8.6em;
		list-style: none;
	}

#nav li
	{
		margin-bottom: 2em;
		text-transform: lowercase;
		text-align: right;
	}

#nav li a, #nav li a:visited
	{
		color: #000;
		text-decoration: none;
	}

#nav li, #nav li, #nav li a:hover
	{
		color: #fff;
	}

hr
	{
		display: none;
	}


#header
	{
		position:absolute;
        left:130px;
        top: 0;
        width: 100%;
        height: 141px;
        background: url(/images/layout/header_bg.gif) repeat-x fixed;
    }

#header h1
	{
		position: relative;
		width: 630px;
		margin: 0;
		padding: 0;
		/*border-bottom: 40px solid #DBCDBE;*/
		height: 181px;
		he\ight: 141px !important;
	}

#header h1 span
	{
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(/images/layout/header.jpg) no-repeat;
	}

#about
	{
		clear:both;
		width: 610px;
		text-align: right;
		font-size: .7em;
		border-top: 1px solid #827A7A;
		margin-left: 20px;
		padding: .5em 0 1.5em 0;
	}

#about a
	{
		text-decoration: none;
		color: #000;
	}

#about a span
	{
		border-bottom: 1px solid #000;
	}

#about a:hover span
	{
		border-bottom: 1px solid #fff;
		color: #fff;
	}



body>#nav,
body>#header
	{
		position:fixed;
	}

body>#content
	{
		margin-top: 141px;
	}

.cb
	{
		clear:both;
	}
	
fieldset
	{
		border:0;
		padding: 0;
	}

label
	{
		display: block;
	}
	
legend
	{
		display: none;
	}
	
input.text, textarea
	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 1em;
		width: 25em;
		border: 1px solid #594747;
	}
	
input.submit
	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 1em;
		color: #fff;
		background: #594747;
	}

dt
	{
		line-height: 1.5em;
		font-size: 1.2em;
		margin-top: .5em;
	}
	
dd
	{
		margin-left: 0;
		padding-left: 0;
		line-height: 1.5em;
	}