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

*{
	margin: auto;
	padding: 0;	
}

body{
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color:#333333;
	line-height: 1,5em;
	

}

h1{ font-size: 34px; font-weight: normal; padding:0; margin:0; letter-spacing: 2px;}
h2{ font-size: 20px; font-weight: normal;padding:0; margin:0; letter-spacing: 1px;}
h3{ font-size: 14px; font-weight: normal;padding:0; margin:0; }

a{ color:#e76701; text-decoration: none;}
a:hover{color:#e59656;}

/*-------------IDs------------*/

#wrapper{
	width: 800px;
	height:600px;
	margin-top: 50px;
	_border: 1px dotted #333;
	
	
}


#left{
	width:800px;
	height: 500px;
	background-image:url(../bg.jpg);
	background-repeat: no-repeat;
	padding-top:100px;
	float: left;
	text-align: center;
	_border: 1px solid #ccc;
}

#right{
	width: 340px;
	height: 558px;
	padding: 20px;
	
	float: left;
	
}
