body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e8e8e7;
	background-image: url(images/bg_fade_repx.jpg);
    background-repeat: repeat-x; 
}


.footer {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 14px;
	color: #333;
}


/* BULLETS */

ul.vartov {
list-style: disc outside
}





/* FONTS */
p	{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	}
	
.p	{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	}

h1	{
	color: #333;
	display: inline;
	font-size: 18px;
	font-weight: bold;
	}


h2	{
	color: #333;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	}

h3	{
	color: #333;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}


/* IMAGES */
.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

/* MOVIES */
.movie {
	float: right;
	margin-left: 1em;
}


/* LINKS */
a:link {
	color: #333;
	text-decoration: underline;
}


a:visited {
	color: #333;
	text-decoration: underline;
}


a:hover, a:active {
	color: #A8763A;
}


/* DIV IDS */
#maincontent {
	position: relative;
	width: 300px;
	padding-left: 65px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	}
	
#maincontent_wide {
	position: relative;
	width: 350px;
	padding-left: 65px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	}
	
#fullwidth {
	position: relative;
	width: 600px;
	padding-left: 65px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
	}
	
#rightcontent {
	padding-right: 65px;
	padding-top: 40px;
	padding-bottom: 40px;
	float: right;
	}
	
#centercontent {
	margin-left: auto; 
	margin-right: auto;
	width: 50em;
	text-align: center;
	}