@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
		}

body {
		 background-image:url('.../images/bg.png');
		 background-repeat:repeat-y;
		 }

p {
	font-family:Verdana, sans-serif;
	font-size:10pt;
	color:#35352f;
	line-height:22pt;
	letter-spacing:100%
		}

p i{
	font-family:Verdana, sans-serif;
	color:#8b8b82;
	font-size:10pt;
	text-decoration:none;
		}
		
p a{
	font-family:Verdana, sans-serif;
	font-size:10pt;
	color:#8b8b82;
	text-decoration:none;
		}
		
p a:hover{
	color:#b6b6ad;
	
		}
		
h2 {
	font-family:Verdana, sans-serif;
	font-size:14px;
	color:#35352f;
	letter-spacing:130%;
	font-weight:600;
		}
		
h1 {
	font-family:Verdana, sans-serif;
	font-size:18px;
	color:#35352f;
	line-height:120%;
	letter-spacing:150%;
	font-weight:600;
		}		
		
ul{
	align:right;
	list-style:none;

	}
li {
	padding-top:10px;
	height: 27px;
	padding-bottom: 10px;
}	


#logo {
	position: relative;
	width: 213px;
	height: 244px;
	top:5px;
	left:100px;
		}	
		

#navigation {
position: absolute;
width: 108 px;
top: 275px;
left:165px;
}

div.button {
position:relative;
width: 108px;
height: 34px;
padding-top: 15px;
}	
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}

#title {
	position:absolute;
	width: 680px;
	height:auto;
	top: 150px;
	left: 386px;
		}
		
#content {
	position:absolute;
	width: 680px;
	height:auto;
	top: 250px;
	left: 386px;
		}
		

