/**=COLORS

green 91c645
yellow f1d834
black 000...
red a20b02

**/

html
{
	background-color: #000;
	background-image: url(web_images/holding_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
	background-attachment: fixed;
	padding: 0;
}

body
{
	color: #aaa;
	font-size: 80%;
	min-height: 450px;
	font-family: Optima, "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 350px 0 350px;
	padding: 4em 0 5em 1.5em;
	min-width: 500px;
	border-left: 1px solid #111;
	background-repeat: repeat;
}

h1{

font-size: 2em;
line-height: 2em;
letter-spacing: .25em;
position: fixed;
top: 150px;
left: 20px;
margin-top: -2em;
font-weight: normal;
}



h2:hover{
	border-color: #91c645;
}



h2{
	font-weight: normal;
	
	color: #91c645;
	
	font-size: 1.3em;
	
	border-bottom: 1px dotted;
	border-color: inherit;
	
}

p span{
	text-decoration: underline;
}

a{
	text-decoration: none;
	
	color: #f1d834;
	
	font-size: 100%;
	
	outline: none;
}

a:hover{
}

a:active{
}

a img{
	border: none;
}

a:hover img{
}

#nav{
	list-style-type: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	margin: 0;
	padding: 7px 0 2em 0;
	font-size: 1em;
	width: 100%;
	border-bottom: 1px dotted #222;
}

#nav li{
	display: inline;
	margin-right: .5em;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
}

#nav a{
	border: 1px dotted #f1d834;
	background-color:#a20b02;
	color: #f1d834;
	padding: .25em;
}

#nav a:hover{
	outline: 0;
	margin: auto;
	background-color: #91c645;
	color: #000;
}

#validxhtml{
	position: absolute;
	bottom: 0;
	right: 0;
}

#home ul{
	list-style-type: none;
}

.photo{
	float: left;
}

.photodesc{
	float: right;
	clear: right;
	width: 250px;
}

.phototitle{
	float: right;
	clear: both;
}

p.metacontent,
p.note{
	margin-left: 1em;
	margin-top: 0;
}

ul p.note{
	margin-bottom: 0;
}

ul .note{
	color: #666;
}

h3{
	margin-bottom: 0em;
}

.maxsizeimage{
	width: 400px;
}

#oripaview fieldset{
	border-color: #555;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#oripaview label{
	display: block;
	margin-top: 10px;
}

#oripaview input[type="file"]{
	color: inherit;
}