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


#container	{
		width:1020px;
		margin-bottom:-50px;
		background-color:#636;
}	

#top	{
		width:1000px;
		height:150px;
		background-color:#FFF;
}
	
#content	{
		width:1000px;
		height:auto;
		padding:10px;
		background-color:#636;
	}
	
#left	{
		float:left;
		width:720px;
		height:auto;
		padding:10px;
		background-color:#636;
}

#right	{
		float:right;
		width:250px;
		height:auto;
}

#footer{
	clear:both;
	width:1000px;
	height:30px;
}
	
.h1	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#C00;
		text-align:left;
		letter-spacing:.4em;
}

.h2	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#C00;
		text-align:left;
		letter-spacing:.2em;
}

.p	{
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#330;
		text-align:left;
		line-height:1.5em;
		padding-left:5px;
		padding-right:5px;
}

.p2	{
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		text-align:center;
		line-height:1.5em;
}

.p3	{
		
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#F00;
		text-align:left;
		font-weight:bold;
}