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

body {
	font: 90%  "Comic Sans MS" ;
	background: #E9CFEC;
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
	background-image: url(images/R&F.jpg);
	background-repeat:no-repeat;
	background-position: right;
	height: 300px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerimgbox1 {
	float:left;
	padding-top: 45px;
}
#headerimgbox2 {
	clear:left;
	padding-left: 55px;
}
#headerimgbox3 {
	clear:left;
}
.colorpurple {
 background-color: #63F;	
}
.colordrkorange {
background-color: #F60;	
}
.colorgreen {
	background-color: #093; 
}
.colorblue {
 background-color: #00cccc;	
}
#social networking {
	width: 800px;
}
#twitter {
	float: left;
	padding-left: 140px;
}
#facebook1 {
	float: left;
	padding-left: 50px;
}
#connect {
	clear: left;
	float: right;
	padding-right: 100px;
}
#facebook2{
	float: left;
	padding-left: 50px;
}
#linkedin {
	float: left;
	padding-left: 50px;
}
#skype {
	float: left;
	padding-left: 50px;
}
#contentsocial{
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 50px;
	width: 350px;
	text-decoration:underline;
	text-shadow:#333;
}
#menu {
	background: #FC0;
	height: 50px;


}
.welcomemessage {
	padding-left: 5px;
}
h3{
	text-decoration: underline;
	line-height:normal;
}
ul {
padding-top: 10px;
padding-left:2px;
background: #66c;
margin:0px;
width:100%;
height:40px;

}
li {
display:inline;
}
li a{
	font-family: "Comic Sans MS";
color:white;
font-size: 14px;
padding: 5px;
width: 130px;
height: 20px;
padding-left:5px;
padding-right:5px;
text-decoration:none;
background: #EE8E0D;
display:block;
float:left;
border-right:1px solid #000;
}
li a:hover {
background: #C0C0C0;
color: black;

}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	clear: left;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
}
.oneColFixCtrHdr #footer p {
	clear: left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a{
	color: #333;
}
a:hover {
	color: #666;
}
