/* gjfoto css */	
body{
	margin: 10px 0;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(background.jpg);
	background-color: #31312F;
}
#sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #CCC;
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 20px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #F00;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #F00;
}
a:hover {
	color: #FF3900;
}
h1,h2,h3{
	margin: 0;
	padding: 0;
	font-weight:100;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	font-style: italic;
}
h1{
	color: #EC1313;
	font-size: 18pt
	
}
h2{
	color: #F00;
	font-size: 18pt;
	background-image: url(contentback.png);
}
h3{
	color: #000;
	font-size: 12pt;
	background-image: url(contentback.png);
	margin-bottom: 4px;
}
	
h4{
	color: #FFF;
	font-size: 12pt;
	margin-bottom: 4px;
	text-align: center;
	background-color: #F00;
}
h5{
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
p{
	margin:0;
	padding-top: 0;
	padding-bottom: 1em;
	padding-right: 25px;
	padding-left: 25px;
}
div#container{
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
div#content{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 1.25;
	width: 850px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	padding: 20px;
	color: #CCC;
}
div#header{
	width:900px;
	height: 36px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
.indent {
	text-indent: 8px;
	font-weight: normal;
	font-size: 7pt;
}

.image {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
	margin-top: -5px;
	list-style-position: inside;
	list-style-type: disc;
}

.style1 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}
.style2 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.center {
	text-align: center;
}
div#fadeshow{
	z-index: -10;
}
.png-text {
	background-image: url(contentback.png);
}
.yellow {
	background-color: #FF9;
	color: #000;
}
div#head-title {
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #F00;
}
blockquote {
	padding-right: 40px;
	padding-left: 40px;
}
.red {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F00;
}

