/* Head */
#aHead {
	width: 600px;
	height: 260px;
}
#aHead img {
	border: none;
}

/* Search */

#search {
	width: auto;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #EDEBD5;
	color: #7F7772;
}

#searchinput {

	padding-top: 8px;
	width: 198px;
	height: 30px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	
}

#searchsubmit {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(images/img03.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* Menu */

#menu {
	width: 800px;
	background:repeat-y url(images/img04.gif);
	
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	padding: 5px 10px 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #7F7772;
	font-style: normal;
	font-size: 15px;
}

#menu a:hover {
	text-decoration: underline;
}


body {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F7772;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #ff6600;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #000000;
}

img.head {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}


/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EDEBD5 url(images/img08.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

/* Content */

#content {
	float: right;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
}

#sidebar ul {
	margin: 0;
	padding: 2px;
	list-style: none;
}

#sidebar li {
	list-style: none;
}


#sidebar h2 {
	border-bottom: 1px solid #EDEBD5;
	font-size: 114%;
	font-weight: bold;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

div.photobox-l{
float:left;
margin: 0 10px 0 0;
}

div.photobox-r{
float:right;
margin:0 0 0 10px;
}

img.subs{
display:block;
border:1px solid #666666;
margin-bottom: 3px;
}

p.subs{
display:block;
border:1px solid #666666;
background-color: #ffffff;
padding: 2px;
margin:0;
font-family: arial,"Luxi Sans" ,sans-serif;
font-size: 10px;
color: #656763;
}
