@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #08090A;
	font-size: 14px;
}

p {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
.twoColFixLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: right center;
} 
.twoColFixLtHdr #container_home {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: normal;
} 
.twoColFixLtHdr #container_overview {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../images/overview.jpg);
	background-repeat: no-repeat;
	background-position: right center;
} 
.twoColFixLtHdr #container_vision {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../images/girl.jpg);
	background-repeat: no-repeat;
	background-position: right center;
} 
.twoColFixLtHdr #container_creativelocation {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../images/girl.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
} 

.h1_creativelocation {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#000000;
	font-size:28px;
} 


.twoColFixLtHdr #container_placetobe {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../images/bullring.jpg);
	background-repeat: no-repeat;
	background-position: right center;
} 
.twoColFixLtHdr #container_contact {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right center;
} 
.twoColFixLtHdr #header {
	background-color: #08090A;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 135px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 60px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 30px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FF9933;
	height: 330px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 30px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FF9933;
	height: 360px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 30px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 40px;
} 

.twoColFixLtHdr #mainContent2 {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 40px;
} 
.twoColFixLtHdr #mainContent2 h1 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#FFFFFF;
	font-size:28px;
} 
.twoColFixLtHdr #mainContent2 h2 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#FF9933;
	font-size:16px;
	font-weight: lighter;
} 


.twoColFixLtHdr #footer {
	background-color: #08090A;
	height: 135px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color:#FFFFFF;
} 
.twoColFixLtHdr #mainContent h1 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#FFFFFF;
	font-size:28px;
} 
.twoColFixLtHdr #mainContent h2 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#FF9933;
	font-size:16px;
	font-weight: lighter;
} 
.twoColFixLtHdr #mainContent h3 {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#FFFFFF;
	font-size:16px;
} 




.twoColFixLtHdr #footer p {
	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 */
}



.twoColFixLtHdr #footer #menu{
	margin: 0px;
	padding-top: 105px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:13px;
	width: 800px;
	}
	
.twoColFixLtHdr #footer a{
 	color: #f78f1e;
	font-size:13px;
	}

.twoColFixLtHdr#footer a:hover{
 	color: #ffffff;
	font-size:13px;
	}
	
/* All the MENU css */
	#header #menu{
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size:13px;
	width: 700px;
	height: 20px;
	position: relative;
	background-image: url(../images/stgeorgeslogo.gif);
	background-repeat: no-repeat;
	}
	
#header #menu2{
	margin: 0px;
	font-size:13px;
	width: 150px;
	height: 120px;
	position: relative;
	float: right;
	padding: 0px;
	text-align: right;
	}
	
a {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#FF9933;
	font-weight: bold;
	text-decoration: none;
}
	
#boxpic {
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
} 

.twoColFixLtHdr #header #menu ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	font-size:13px;
	}
.twoColFixLtHdr #header #menu ul li{
	margin: 0px;
	list-style:none;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.twoColFixLtHdr #header #menu ul li a {
	color:#FFFFFF;
	}
.twoColFixLtHdr #header #menu ul li a:hover{
	color:#FF9933;
	}
/* All the MENU css END */

#footerright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	padding-top: 35px;
	text-align: center;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
