/* CSS Document */
a
{
	color: #a55a23;
	
}
#sidebar a
{
	color: #5f2d09;
}
#sidebar a:active
{
	text-decoration: none;
}
img {
	border: 0px;
	outline: none;
	margin: 0px;
	padding: 0px;
}

p, ul, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	text-align: justify;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC6600;
	line-height: 16px;
	font-weight: bold;
	
}

.textSIDE {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	text-align:justify;
	
}

.titleSIDE {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
	font-style: underline;	
}

.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 10px;
	font-style: italic;	
}


body {
	position:absolute;
	top:0px;
	background-color:#ffffff;
	background-image: url(images/bodyBACK.jpg);
	background-repeat: repeat-y;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;

}

#topHEAD {
	height:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	min-width:100%;
	max-width: 1850px;

}

#bannerHEAD {
	height:184px;
	background-color:#CC6600;
	background-image: url(images/coneaBANNER.png);
	background-position:right;
	background-repeat: no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	min-width:1000px;
	margin: 0px;

}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	height:245px;
	width:225px;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}

#houses {
	position:absolute;
	top:20px;
	height:150px;
	background-color:#CC3300;
	z-index:15;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}

#houseIMG {
	float:right;
	height:150px;
	background-color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
	

#nav {
	height:42px;
	background-color:#000000;
	float:right;
	clear:right;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}

#buttons {
	height:42px;
	width:635px;
	float:right;
	background-color:#FFFFFF;
	z-index:55;
	clear:right;
	margin-left:270px;
}

#content {
	background-color:#FFFFFF;
	clear:right;
	height:100%;
	width:90%;
	min-width:100%;
	max-width: 1850px;
}

#sidebar {
	min-height:90%;
	background-color:#CC6600;
	background-image: url(images/sidebarBACK.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width:250px;
	float:left;
	padding:5px;
	padding-top: 15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	position: absolute;
	left:0px;
	top:204px;
	z-index:5;
}

#calendar {
	width:188px;
	background-color:#FFFFFF;
	height:174px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	margin-left:25px;
}

#sideTEXT {
	width:188px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	margin-left:25px;
	margin-top: 15px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
	
#bodyTEXT {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	height:100%;
	max-width: 1000px;
}

#storyTEXT {
	width:70%;
	float:left;
	clear:both; 
	background-color:#FFFFFF;
	margin-left: 270px;
	margin-right:50px;
}

#story {
	min-width:80%;
	background-color:#FFFFFF;
	clear:both;
	float:left;
	padding: 10px;
	margin-bottom: 0px;
	border-bottom:thin;
	border-bottom-color:#CC6600;
	border-bottom-style: solid;
	 

}


#titleTEXT {
	min-width:100%;
	height:53px;
	float:left;
	clear:right;
	background-image: url(images/titleBACK.png);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
}
#footSpace
{
	height:25px;
	clear:both;

}
#footer {
	height:10%;
	min-width:75%;
	max-width: 1850px;
	border-top-color: #333333;
	border-top-style: double;
	border-top-width: medium;
	clear:both;
	color:#000000;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;
	padding-top: 10px;
	margin-left:240px;

}
