body{
	color:#444444;
	font-size:75%;
	font-family:Arial;
	background-image:url('images/bg.jpg');
	background-color:#e7841d;
	background-repeat:repeat-x;
    margin-bottom:15px;
}


#logo{
	position:absolute;
	top:31px;
	left:40px;
}

#menu{
	position:absolute;
	top:121px;
	left:40px;
	background-color:#949ca1;
	width:859px;
	height:24px;
	font-weight:bold;
	font-size:90%;
}

#menu a{
	color:#ffffff;
	text-decoration:none;
}

#menu a:hover{
	color:#751800;
}


/* ------------------------------- HOME  ------------------------------- */

#home{
	position:absolute;
	top:154px;
	left:40px;
}


#home #welcome{
	position:absolute;
	top:0px;
	left:609px;
	width:250px;
	height:414px;
	background-color:#d9d1c1;
}

#home #spHome{
	position:absolute;
	top:0px;
	left:0px;
}

#home #faqs{
	position:absolute;
	left:0px;
	top:368px;
	width:605px;
	height:46px;
	background-color:#d9d1c1;
}

/* ------------------------------- INSIDE ------------------------------- */

#inside{
	position:absolute;
	width:859px;
	top:154px;
	left:40px;
}

#inside #container{
	position:absolute;
	top:0px;
	left:0px;
    width:859px;
    background-color:#f4efe4;
    min-height:400px;
    /*border-bottom:20px solid #e7841d;*/
}

#inside #container #content{
	float:right;
	width:620px;
	margin-top:30px;
	margin-right:25px;
	margin-bottom:35px;
}

#inside #container #sideMenu{
	float:left;
	margin-top:62px;
	margin-left:10px;
	color:#8d3906;
	font-size:90%;
	font-weight:bold;
	width:160px;
}

#inside #container #sideMenu #topBar{
	position:absolute;
	top:33px;
	left:0px;
	height:21px;
	width:180px;
	background-color:#e4701e;
}

#inside #container #sideMenu a{
	color:#8d3906;
	text-decoration:none;
}


#inside #container #sideMenu a:hover{
	color:#e4701e;
	text-decoration:none;
}

/* ------------------------------- PARTS ------------------------------- */

.small{
	
	font-size:80%;
	
}

.title{
	
	color:#8d3906;
	font-family:Arial;
	font-size:175%;
	
}

.subtitle{
	
	color:#8d3906;
	font-family:Arial;
	font-size:125%;
	font-weight:bold;
	text-decoration:none;
	
}

a{
	color:#8d3906;
}

a:hover{
	color:#e4701e;
}

hr{
	
	height:1px;
	border:0px;
	border-bottom:1px dotted #000000;
	width:99%;
}

img{
	border:0px;	
}

input{
	font-family:Arial;
}

textarea{
	font-family:Arial;
	font-size:100%;
}

#meet td{
	font-size:90%;
}
