/*Original theme by v4ny.net*/

body{
	background-color: #d3d3d3;
	text-align: center;
	margin: 0px;
	font-family: 'times new roman', 'georgia', serif;
}

#container{
	width: 700px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid dimgray;
	text-align: justify;
	font-size: 10pt;
}

#header{
	height: 300px;
	width: 700px;
}

#left{
	float: left;
	display: inline;
	width: 350px;
	margin-left: 0px;
	border: none;
}

#right{
	float: right;
	display: inline;
	margin-right: 0px;
	width: 340px;
	border: none;
	padding-top: 0px;
	text-align: justify;
	border-left: 1px solid black;
}

#footer{
	clear: both;
	background-image: url(images/footer.jpg);
	height: 25px;
	width: 700px;
	background-repeat: no-repeat;
	text-align: right;
	color: gray;
	vertical-align: middle;
	
}



ul {
	list-style-type: none;
  padding: 15px;
	line-height: 15px;
	color: #7D7D7D;
	text-align: left;
	margin: 0px;
}

ul li {
	border-bottom: 1px lightgrey solid;
}

a:link, a:visited{
	color: #33cc33;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:visited:hover {
	color: #0099cc;
	text-decoration: none;
}

blockquote {
	background-color: #ffeeff;
	border-left: 2px solid lightpink;
	padding: 5px;
	font-style: normal;
	color: gray;
}

img {
	border-style: none;
}

p {
 padding-left: 1em;
 padding-right: 1em;
 padding-top: 0px;
 padding-bottom: 0px;
 margin: 0px;
 text-indent: 2em;
}

h1 {
 color: lightpink;
 font-family: 'trebuchet ms', 'verdana', sans-serif;
 font-size: 2em;
 text-align: center;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

h2 {
 margin: 0px;
 padding: 0px;
 color: lightpink;
 text-align: center;
 font-size: 1.2em;
 font-weight: normal;

}

.floaty {
 float: right;
 display: inline;
 padding: 1em;
}

hr {
	width: 75%;
	text-align: center;
}