@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:000;
	padding-bottom:10px;
}


p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color:#7b629b;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#7b629b;
	padding-top:5px;
}

#canvas{
	width:1010px;
	background-color:#fff;
	margin:0 auto;
}

#contentWrapper{
	width:1010px;
	background-color:#fff;
}

a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#7b629b;
		
}

a:hover{
	text-decoration:underline;	
}

a:active, a:focus{
	outline:0;	
}


#header{
	width:1010px;
}

#navigation{
	position:absolute;
	margin-top:-70px;
	margin-left:310px;
	
}

#navigation ul{
		width:700px;
}

#navigation ul li{
	list-style-type:none;
}

#navigation ul li a{
	float:left;
	padding-right: 20px;
}

#content1{
	width:300px;
	float:left;
	padding:10px 10px 0 10px;
	background-color:#FFF;
}

#content2{
	width:324px;
	float:left;
	padding:10px 10px 0 10px;
	background-color:#FFF;
	border-left:#7b629b dashed thin;
	border-right:#7b629b dashed thin;
	margin-bottom:30px;

}

#content3{
	width:324px;
	padding:10px 10px 0 10px;
	margin-left:665px;
	background-color:#FFF;
}

#footer{
	clear:both;
	width:1000px;
	background-color:#fff;
	padding-top:10px;
	border-top:#7b629b dashed thin;
}

#footer_content1{
	width:300px;
	float:left;
	padding:10px 10px 0 10px;
	background-color:#FFF;
}

#footer_content2{
	width:324px;
	float:left;
	padding:10px 10px 0 10px;
	background-color:#FFF;
}


#footer_content3{
	width:324px;
	padding:10px 10px 0 10px;
	margin-left:665px;
	background-color:#FFF;
}
