/* ##### Orange Village Screen Style ##### */
* {
	background-color: #FEAD1D url(images/content.jpg) repeat-y;
	font-weight:200;
	margin: 0;
	padding:0;
}

body {
background: #FEAD1D url(bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

#clear {
clear: both;
}

a {
text-decoration: none;
color: #FD9A01;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 190px;
background: #FEAD1D url(header.jpg) no-repeat;
text-align: left;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 120px 0 0 40px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: bold;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;
padding: 4px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#content p {
font-size : 110%;
padding:5px 0 10px 0;
}

#content em {
font-size:110%;
padding:10px 0 10px 0; 
}

#content {
background: #FEAD1D url(images/content.jpg) repeat-y;
padding: 0 20px;
}

#content h1 {
padding: 10px 0 20px 0; 
font-size: 150%;
font-weight: bold;
}

#content h3 {
padding:10px 0 30px 0;
font-size: 120%;
}

.right {
	font-size:110%;;
float: right;
width: 440px;
text-align: left;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 20px;
line-height: 20px;
}

.right h3 {
font-size: 15px;
font-weight: bold;
padding:10px 0 20px 0;
height: 8px;
}

.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
}

.left {
float: left;
width: 150px;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
}
dt {
color: #000;
text-decoration: none;
font-weight: bold;
padding-top: 8px;
}

.menu {
float: right;
width: 150px;
}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 16px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}
.articles { padding: 10px; }

#bottom {
background : #FEAD1D url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }

.picstyle {
border: 3px solid #ccc;

}

img { 
border:none;
margin:8px 8px 8px 0px;
}

.validator {
text-align:center;
}

.picframe {
  padding: 6px;
  border: 1px rgb(200,200,200) solid;
background-color:#DDEEFF;
}
