@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images.jpg);

repeat;
	color: #CCCCCC;
	
}
#container {
width: 1000px;
}

h1 {
	font-size:24px;
}

p {
	font-size:18px
}

.bold {
	font-weight:bolder;
}

.yel {
color:#FFFF00;
}
#left {
	background-color:#336633;
	width: 590px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: center;
	padding: 10px;
	border: 1 px;
	border-color: #FFFF00;
	border-style: dotted;
}
#right {
	width:315px;
	color:#FF0000;
	float:left;
	margin-top:15px;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
}
#container #left #first {

}

h2, p {
font-family:Verdana, Arial, Helvetica, sans-serif;
}
