	body {
	background: rgb(254,0,0);
	}
	
#container {
	width: 600px;
	\width: 620px;
	w\idth: 600px;
	padding-left: 10px;
	}
	
#container p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 2px;
	color: white;
	}
	
#container p1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;
	padding-top: 5px;
	color: rgb(68,140,203);
	}
	
	.content-box {
			width: 600px;
			\width: 630px;
			w\idth: 600px;
			margin-right: 0px;
			margin-bottom: 20px;
			padding: 20px;
			}
	
 h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	margin-bottom: 6px;
	color: white;
	}
	
 h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	text-align: right;
	margin-bottom: 6px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	}

h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-style: light;
	line-height: 20px;
	margin-bottom: 2px;
	margin-left: 10px;
	}
	
#container ul {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 20px;
	list-style: none;
	padding-left: 0px;
	}
	
	
#content {
	width: 250px;
	margin-left: 150px;
	}
	
#sidebar-a {
			float: left;
			width: 150px;
			\width: 160px;
			w\idth: 150px;
			margin-top: -6px;
			margin-right: 0px;
			padding: 0px;
			}
			
.leftbox {
			width: 145px;
			\width: 155px;
			w\idth: 145px;
			margin-bottom: 2px;
			margin-right: 0px;
			padding: 3px;
			}
			
.left  {
		font-family: Georgia, "Times New Roman", serif;
		font-size: 12px;
		line-height: 0px;
		margin-bottom: 2px;
		color: white;
		}
			
.dotted-line {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	color: white;
	}
	a:link {
		color: yellow;
		text-decoration: none;
		}
		a:visited {
		color: black;
		text-decoration: none;
		}
		a:hover {
		color: yellow;
		text-decoration: underline;
		}
		
	.float-left {
		float: left;
		margin-right: 10px;
		}
		
	.float-right {
		float: right;
		margin-left: 10px;
		}