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

/*Global Style*/

html,body{
	background: url(images/back.jpg) #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;}

p{ text-align:left; color:#000;}
h1,h2,h3,h4,h5,h6{ font-weight:bold;}

h1 {
padding:10px 0 12px 15px;
letter-spacing:-1px;
font-size:16px;
background:url(images/h1.jpg) no-repeat;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
color:#0099FF;
}
img {
border:0;
}

/*Global Classes*/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.img-left      { float:left;margin:4px 15px 4px 5px; }
.img-right     { float:right;margin:4px 15px 4px 5px; border:1px dotted #736357;}

/*Links*/
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
font-size:12px;
}
a:link{color:#FF9933;}
a:visited{color:#FFFF99;}
a:hover{color:#FFCC33;}
a:active{color:#FFCC66;}


/*Main*/
#wrapper{
	margin:0 auto;
	padding:0;
	width:780px;
	height:1200px;
	background: url(images/wrapper.jpg) top no-repeat #ecfcff;
	border:1px dotted #736357;
}
#header{

	padding:0;
	height:150px;
}
#navigation{ }
#navigation ul{
	background:url(images/nav.jpg) center;
	margin:15px 0 0 36px;
	padding:0;

}
#navigation ul li{
display:inline;
list-style-type:none;
line-height:35px;
}
#navigation ul li a{
color:#fff;
font-size:16px;
width:110px;	
display:block;
float:left;
}

#navigation li a:hover{
color:#000000;}
#side1{
	padding:0px 5px 0 5px;
	float:left;
	width:765px;
	}

#footer{
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	
	}
