body {
	margin:0px; padding:15px;
 	position:absolute;
	left:50%;
	width:734px;
	margin-top:15px;
	margin-left:-367px;
	padding:15px;
	border:1px dashed #333;
    background-image: url(images/ripple.gif)
	}

#wrapper {
	background:  #fff url(images/1background.gif) repeat-y left;
}

#header {
	background: #d7dabd;
}

#container {
	width: 100%;
	background:   #fff url(images/1background.gif) repeat-y left;
	float: right;
	margin-left: -200px;
}

#content {
	background: #fff;
	margin-left: 200px;
}

#sidebar {
	width: 200px;
	float: left;
}

#footer {
	background: #d8afd9;
}

p { 
	padding:	2px 20px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #003366;
}

h1 {
	padding:	2px 2px 2px 2px;
	font-family: "Lucida Calligraphy", Georgia, "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	text-align: center
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 0;
	clear: both;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:		justify;
	padding-left:	10px;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align:		justify;
	padding-left:	10px;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	text-align:		justify;
	padding-left:	10px;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	text-align:		justify;
	padding-left:	10px;
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	text-align: center;
}

p {
	text-align: left;
}


