@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: #000; font-weight:bold;
	background-color: #FC3;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

h1 {color:#C00;}

h2 {color:#000; font-weight:bolder;}

p {color:#000;}

a {color:#C00; text-decoration:none;}

a:hover {color:#fff;}





.oneColFixCtr #container {
	width: 780px;
	height: auto;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-repeat: repeat;
}

.oneColFixCtr #photoBackground {
	
background-image: url(../images/texture-photo.jpg);
	padding: 10px 20px 10px 20px;
}

.oneColFixCtr #designBackground {
	
background-image: url(../images/texture-design.jpg);
	padding: 10px 20px 10px 20px;
}

.oneColFixCtr #illustrationBackground {
	
background-image: url(../images/texture-illustration.jpg);
	padding: 10px 20px 10px 20px;
}

.oneColFixCtr #allBackground {
	
background-image: url(../images/texture-all.jpg);
	padding: 10px 20px 10px 20px;
}



.oneColFixCtr #mainContent {
	height: 567px;
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

