@charset "UTF-8";
/* CSS Document */

a:link {
	color: #5CA3ED;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1
{
	font-family: 'Oxygen', sans-serif;
	color: #4a1a4c;
	font-size: 28px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

h2
{
	font-family: 'Lora', serif;
	color: black;
	font-size: 16px;
	line-height: 18px;
}
	
p
{
	font-family: 'Lora', serif;
	color: black;
	font-size: 18px;
	text-align: justify;
	line-height: 1.75em;
	padding-right: 20px;
}

li
{
	font-family: 'Lora', serif;
	color: black;
	font-size: 18px;
	line-height: 1.75em;
	padding-right:10px;
}




.maincontainer
{
	height: 800px;
	width: 1180px;
	font-family: 'Arial Narrow';
	font-size: 12px;
	color: #808080;
}
.maincontainerfacebook
{
	height: 600px;
	width: 480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	color: #808080;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	text-align: center;
}

.menu
{
	height: auto;
	width: 400px;
	margin-top:100px;
	color:#CCC;
	
}

.slider
{
	height: 650px;
	width: auto;
	margin-top:10px;
	margin-left:2px;
	float:left;
	color:#CCC;
	border: none;	
}

.sliderfixed
{
	height: 700px;
	width: 600px;
	margin-top:10px;
	margin-left:2px;
	float:left;
	color:#CCC;
	border: none;	
}

.sliderfixed300
{
	height: 700px;
	width: 500px;
	margin-top:10px;
	margin-left:2px;
	float:left;
	color:#CCC;
	border: none;	
}

.header
{
	height: 100px;
	width: 480px;
	font-family: 'Arial Narrow';
	font-size: 12px;
	color: #808080;
}

.textbox
{
	border: 0px solid #999;
	height: 75px;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	line-height: 1.5em;
}

.textboxwhite
{
	border: 0px solid #999;
	height: 600px;
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.5em;
	background-color: #FFF;
	padding: 10px;
}


.textbox1
{
	width: auto;
	height: 400px;
	border-style: solid;
	border-width:0px;
	border-color: #F00;
	float:left;
	color: #FFF;
}

.textbox2
{
	width: 200px;
	height: auto;
	margin-top: 50px;
	border-style: solid;
	border-width:0px;
	border-color: #0FC;
	float: left;
	line-height: 1.75em;
}
.textbox3
{
	width: 600px;
	height: 125px;
	margin-top: 0px;
	margin-left: 20px;
	border-style: solid;
	border-width:0px;
	border-color: #0FC;
	float: left;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

		
