body {
	margin:0px;
	padding:10px;
	background-image:url(images/img2.jpg);
	background-repeat:no-repeat;	
	background-position:top left;
	background-color:white;
	color:black;
	}
	#Header{
	
	margin:190px 200px 0px 100px;
	padding:0px;
	text-align:right
	}
#Header p {
	font-size:16px;
	font-family: Georgia, Palatino, Times New Roman;
	color:#808080;
	}
#Header a{
	font-size:16px;
	font-family: Georgia, Palatino, Times New Roman;
	color:#808080;
	text-decoration:none;
	}
	
#Footer {
	margin:10px 200px 0px 100px;
	padding:0px;
	text-align:right
	}
.Content {
	margin:0px 200px 10px;
	background-image:url(images/bg.gif);
	padding:25px;
	color:black;
	background-color:#eee;
	border:1px dashed black;
	text-align:justify;
	}
p {
	font-size:11px;
	line-height:20px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 0px;	
	
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09C;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:white;}
h1 {
	color:#333;
	font:24px/24px verdana, arial, helvetica, sans-serif;
	font-weight:900;
	}
h2 {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;     	
    font-size:16px;
	font-weight: normal;
	color:#4D4D4D;
	font-style: normal;	
	margin:18px 0px 3px 0px;
	}
h3 {
	color:#666;
	font-size:20px;
	font-weight:800;
	margin:6px 0px 3px 0px;
	}

img {border-width:0px;}
img.thumb {margin:10px 1px;}

#Copyright {
	clear:both;
	padding:50px 0px 100px 0px;
	text-align:center;
	font-weight:800;
	color:#999;
	}
#copyrightText {
	position:relative;
	left:-17px;
	}

.first {margin-top:0px; padding-top:0px;}
