﻿body {
				font-family: Arial;
				font-size: 13px;
				color: #888;
				text-align: center;
				background: #FFFFFF url('images/bg.png');
				background-repeat: repeat-x;
}


a {
				color: #976f35;
}

a:hover {
				text-decoration: none;
				padding: 0px;
}

p {
				line-height: 20px;
				color: #000;
				text-align: justify;
}

.h { display: none; margin:0 0 0 60px; font-family:"Courier New", monospace;}
.v { display: block; margin:0 0 0 60px; font-family:"Courier New", monospace;}


#container {
				width: 800px;
				text-align: left;
				margin: 0 auto;
}

#header {
				background-image: url('images/bg_main.png');
				background-repeat: no-repeat;
				width: 800px;
				height: 80px;
				float: left;
}

#content {
				width: 760px;
				background-color: #FFF;
				padding-left: 25px;
				padding-right: 15px;
			    margin: 0 auto;
			    margin-top: -10px;
			    float: left;
}

#content h2 	{
				font-size: 28px;
				color: #976f35;
				font-weight: normal;			
}

#text_box {
				line-height: 25px;
				color: #555;
}

#text_box h3 	{
				color: #bb9155;
				margin: 0px;
				font-weight: normal;
				font-size: 20px;
}

#text_box a {
				color: #0000ff;
				text-decoration: none;
}

#text_box a:hover {
				color: #bb9155;
}


.clear {
				height: 30px;
				width: 500px;
}


#logo {
				height: auto;
				width: 600px;
				padding-left: 30px;
				padding-top: 0px;
				padding-bottom: 10px;
				float: left;
}

#logo p {
				color: #666;
				margin: 0px;
				margin-top: -4px;
				text-transform: lowercase;
				padding-left: 10px;
				font-style: italic;
}
#logo a {
				text-decoration: none;
}

#logo h1 {
				color: #222;
				text-shadow: #ccc 1px 1px 1px;
				margin: 0px;
				font-weight: normal;
}

#logo h1 {
				font-size: 40px;
}

#menu {
				width: 800px;
				height: 35px;
				float: left;
				margin-left: 24px;
				font-size: 24px;
				color: #FFF;
}

#menu ul {
	            margin: 0;
	            padding: 15px 10px 10px 10px;
	            list-style: none;
}

#menu li {
	            display: block;
	            float: left;
}

#menu a {
	            display: block;
	            float: left;
	            height: 37px;
	            padding: 13px 20px 0px 20px;
	            letter-spacing: -1px;
	            text-decoration: none;
	            text-align: center;
	            text-transform: lowercase;
	            font-family: Arial;
	            font-size: 22px;
	            font-weight: normal;
	            color: #FFFFFF;
	            margin-top: 3px;
}

#menu a:hover {
				color: #ccc;;
				border-bottom: 3px solid #ad2948;
			    background: url(images/bullet.png) no-repeat left;

}

.active_tab {
				border-bottom: 3px solid #ad2948;
}


img {
				border: 0px;
				padding: 0px;
}


.read_next {
				border: 1px solid #d94e67;
				padding: 5px;
				background-color: #EEE;
				-moz-border-radius: 5px;
                -webkit-border-radius: 5px;
}


#footer {
				width: 725px;
				margin-top: 40px;
				border-top: 1px solid #CCC;
				padding: 10px;
				text-transform: uppercase;
				font-size: 11px;
				text-align: center;
				float: left;
}

