@charset "utf-8";
/* CSS Document */

body {
	font-family:"Lucida Grande", Arial, sans-serif;
	background: #ffffff;
	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: #000000;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url("../images/BG_Stretch.gif") top left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}

.oneColFixCtr #welcome {
	padding: 70px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0px 0px 0px;
	width: 410px; 
	color: #BC0000;
	float: left;
	background: url("../images/welcome.gif") top left no-repeat;
}

.oneColFixCtr #photography {
	padding: 70px 19px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0px 0px 0px;
	width: 410px; 
	color: #BC0000;
	float: left;
	background: url("../images/photography.gif") top left no-repeat;
}

.oneColFixCtr #web {
	padding: 70px 19px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0px 0px 0px;
	width: 410px; 
	color: #BC0000;
	float: left;
	background: url("../images/web.gif") top left no-repeat;
}

.oneColFixCtr #design {
	padding: 70px 19px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0px 0px 0px;
	width: 410px; 
	color: #BC0000;
	float: left;
	background: url("../images/design.gif") top left no-repeat;
}

.oneColFixCtr #video {
	padding: 70px 19px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 20px 0px 0px 0px;
	width: 410px; 
	color: #BC0000;
	float: left;
	background: url("../images/video.gif") top left no-repeat;
}

.oneColFixCtr #contact {
	padding: 80px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 88px 0px 50px 0px;
	width: 310px; 
	color: #FFFFFF;
	float:left;
	clear:right;
	background: url("../images/contact.gif") top left no-repeat;
}

.oneColFixCtr #leftBox {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 20px 0px;
	width: 410px; 
	color: #BC0000;
	float: left;
}

.oneColFixCtr #rightBox {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 20px 0px;
	width: 310px; 
	color: #FFFFFF;
	float:left;
	clear:right;
}

.oneColFixCtr #footer {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:  0px 0px 0px 0px;
	width:  800px; 
	height: 46px; 
	color: #FF0000;
	float:left;
	clear:right;
	background: url("../images/Footer.gif") top left no-repeat;
}

.title {
	color: #BC0000; 
	font-size:12;
	font-weight:bold;
}

a.red:link {color: #BC0000; text-decoration: underline; }
a.red:visited {color: #BC0000; text-decoration: underline; }
a.red:hover {color: #BC0000; text-decoration: none; }
a.red:active {color: #BC0000; text-decoration: underline; }

a.white:link {color: #FFFFFF; text-decoration: underline; }
a.white:visited {color: #FFFFFF; text-decoration: underline; }
a.white:hover {color: #FFFFFF; text-decoration: none; }
a.white:active {color: #FFFFFF; text-decoration: underline; }

