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

body{
	background-color: #434343;
}
p{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
h1{
	color:#F00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-style:italic;
}
h2{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#container{
	width:auto;
	height:auto;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
}
#content{
	width:1020px;
	height:auto;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
}
#header{
	height:254px;
	width:1020px;
}
#wrapper{
	width:1020px;
	height:auto;
	margin:0px auto 0px auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
}
#text{
	width:700px;
	height:auto;
}
#footer{
	width:700px;
	height:auto;
}
a:link{
	color:#F00;
}
a:visited{
	color:#000;
}
	
