body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #23170d url(images/background.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #23170d;
}

h1, h2, h3 {
	margin: 0;

	font-weight: normal;
	color: #23170d;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 100%;
}

p {
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #ff7200;
	font-weight: bold;

}

a:hover {
	text-decoration: none;

}

img {
	border: 0px;
	padding:2px;
	vertical-align: bottom;
}
img.menu {
	border: 0px;
	padding:2px;
	vertical-align: text-top;
	padding-right:5px;
}

img.main {
	float: left;
	padding-right:10px;
	padding-left:5px;		

}

img.right {
	float: right;
}

img.left {
	float: left;
}


hr {
	display: none;
}

/* Header */

#header {
	width: 650px;
	height: 95px;
	margin: 0 auto;
	background: url(images/img02.gif) no-repeat right bottom;
}

#logo {
	float: left;
	width: 150px;
	height: 150px;
	background: url(images/img03.gif);
}

#menu {
	float: right;
	width: 480px;
	height: 25px;
	padding: 0 10px 0 0;
}

#menu ul {
	width: 500px;
	height: 25px;
	margin: 0px 0px;
	padding: 0;
	list-style: none;

}

#menu li {
	display: inline;
}


#menu a {

	float: left;
	height: 30px;
	padding: 0px 0px 0px 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #ff7200;

	
}
#menu ul li a:hover
	{

	color: #FFFFFF;
	text-decoration: underline;
	}




/* Page */

#page {
	width: 650px;
	margin: 0 auto;
}
#message {
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -100px;
	margin-top: -75px;
	height: 150px;
	width: 200px;
	background: #FFFFFF;	
}
#content {
	float: right;
	width: 500px;
	padding: 0 0 0 0;
}
#contenttop {
	float: right;
	width: 500px;
	height: 5px;
	padding: 0px;
	background: #5a402b;
}
#contentbody {
	float: right;
	width: 480px;
	background: #FFFFFF url(images/contentbg.jpg) repeat-y;
	text-align: justify;
	padding: 5px;
margin:5px;
	}
#contentbodytop {
	float: right;
	width: 480px;
	height: 100px;

	}
#contentbodytop img	{
	opacity:0.9;
	filter:alpha(opacity=90);

	}	
#contentcolumnleft {
	float: left;
	width: 230px;


	}
#contentcolumnright {
	float: right;
	width: 230px;


	}
#contentcolumnleft25 {
	float: left;
	width: 140px;


	}
#contentcolumnright75 {
	float: right;
	width: 340px;


	}
		

#footer {
	float: right;
	width: 500px;
	height: 15px;	

	color: #FFFFFF;
}

#footer li {
	display: inline;
}


#footer a {

	float: left;
	height: 20px;
	padding: 0px 10px 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	
	color: #FFFFFF;
	
}
#footer ul li a:hover
	{
	text-decoration: underline;

	}



/* Sidebar */

#sidebar {
	float: left;
	width: 140px;
	padding-top: 20px;
}
#sidebar p {
	text-align: justify;
	text-color: #5a402b;
}

#sidebar a {
	color: #ff7200;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 10px 10px;
	background: #FFFFFF;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.boxed .title {
	height: 25px;
	padding: 3px 10px 2px 0px;
	background: #23170d;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
	vertical-align:middle;
}
.boxed .btm {
	height: 2px;
	margin: 0;
	padding: 0;
	background: #5a402b;
	font-size: 16px;
	font-weight: bold;

}


.boxed .content {
	padding: 10px  10px  10px  10px;
	width: 110px;
	background: #FFFFFF url(images/contentbg.jpg) repeat-y;
	text-align:left;

}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;

	font-size: 85%;
}

#searchinput {
	float: right;
	width: 174px;
	padding: 2px 5px;
	background: #EFEFEF url(images/img11.gif) repeat-x;
	border: 1px solid #FFFFFF;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
	float: right;
	margin-top: 5px;
	background: #AD1112 url(images/img12.gif) repeat-x;
	border: none;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
