* {
	margin: 0;
	padding: 0;
}
html {font-size:62.5%;}

body {
	background: #E8E2D4;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
a {
	color: #922D46;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {margin: 0 0 18px}
img {
	border: none;
}

h1 {
	padding-bottom:5px;
	color:#922d46;
	font:normal 2.333em/110% Georgia, "Times New Roman", Times, serif;
	margin:0 0 25px;
}
h2 {
	padding-bottom:5px;
	/*background:url(../images/dot-gray.gif) repeat-x 0 100%;*/
	color:#333;
	font:normal 2em/110% Georgia, "Times New Roman", Times, serif;
	margin:0 0 25px;
}
h3 {
	color:#333;
	font:normal 1.5em/110% Georgia, "Times New Roman", Times, serif;
	margin:0 0 25px;
}

ul {
	margin:0;
	padding-left:30px;
}

/* Wrapper
-----------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/content.jpg) repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 140px;
	background: url(images/header.jpg) no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 270px 0 40px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -250px;
	position: relative;
	border-left: 1px dotted #CCC;
	padding:0 40px 0 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 60px;
	background: url(images/footer.jpg) no-repeat;
}
#gSearch {
	border:1px solid #ccc;padding:10px;margin-bottom:25px;
	width:420px;
}

/* Button
-----------------------------------------------------------------------------*/
.clear {
	overflow: hidden;
	width: 100%;
}
a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}