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

body {

	background:#2753af url(/images/general/website-background.png) bottom center no-repeat;
	margin:0;
	padding:0;
	font-family:Helvetica, Geneva, Arial, Tahoma, Verdana, sans-serif;
}



.allWrapper{
	width:1001px; margin:auto;
}

.header{
	width:1001px; background:transparent url(/images/general/header.jpg) top center no-repeat
}

/* navigation */

.addheight{
	float:left;
	width:5px;
}

.navigationWrapper{
	width:190px;
	float:left;
	
}



.navigationItem a{
	display:block;
	width:160px;
	margin:0px 10px 5px 10px;
	float:left;
	background:#fff;
	height:20px;
	text-indent:10px;
	padding-top:2px;
	font-size:16px;
	text-decoration:none;
	color:#474112;
	border:1px solid #474112;

}

.navigationItem a:hover{
	
	background:#ccc;
	color:#2753af;
	border:1px solid #2753af;

}


/* END navigation */

.row{
	width:1001px; float:left;
}

.pageContentRow{
	width:801px;
	float:left;
}

.pageContentContent{
	width:800px; 
	
	float:left;
}

.addHeightCol{
	width:30px; float:left;
}


/* footer */

.footer {
	width:1003px; 
	float:left;
	color:#F5F5F5;
	font-size:12px;

}

.footerLinksCol{
	width:150px;;
	float:left
}

.footerLinks{
	width:150px;
	height:25px;
	float:left
}
.footerLinks a{
	color:#fff;
	text-decoration:none;
}

.footerLinks a:hover{
	color:#efefef;
	text-decoration:underline;
}






/* Visual Rooms*/

.room1{
	float:left;
	margin:10px 10px 10px 10px;
	padding:2px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:80px;
	height:80px;
}

.room2{
	float:left;
	margin:10px 10px 10px 10px;
	padding:2px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:110px;
	height:110px;
}

.room4{
	float:left;
	margin:10px 10px 10px 10px;
	padding:2px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:150px;
	height:150px;
}

.room10{
	float:left;
	margin:10px 10px 10px 10px;
	padding:2px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:190px;
	height:190px;
}

.room12{
	float:left;
	margin:10px 10px 10px 10px;
	padding:2px;
	background-color:#FFF;
	border:1px solid #CCC;
	width:200px;
	height:200px;
}


/* END Rooms */

/* sifR */
h1{
	display: inline;
	background-color:transparent;
	font-weight:normal;
	font-size:30x;
}

h2{

	background-color:transparent;
	font-weight:normal;
	font-size:1.2em;
}

