@charset "UTF-8";
body {
	font:Geneva, Arial, Helvetica, 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 */
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:726px;
	background-image: url(http://www.goodtimessurfshop.com/images/background.jpg);
	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. */
	color:#FFFFFF;
}
.oneColFixCtr #container2 {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 2268px;
	background-image: url(http://www.goodtimessurfshop.com/images/background2.jpg);
	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. */
	color:#000000;
}
.oneColFixCtr #container3 {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1044px;
	background-image: url(http://www.goodtimessurfshop.com/images/surfshop_background.jpg);
	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. */
	color:#000000;
}
.oneColFixCtr #container4 {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1240px;
	background-image: url(http://www.goodtimessurfshop.com/images/directory_background.jpg);
	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. */
	color:#000000;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#phone {
	text-align:right;
	padding-right:50px;
	padding-top:75px;
	color:FFFFFF;
	font-weight:bold;
	font-size:18px;
}
#phone2 {
	text-align:right;
	padding-right:150px;
	padding-top:30px;
	padding-bottom:20px;
	color:#000000;
	font-weight:bold;
	width:300px;
	display:block;
	font-size:18px;
}
#phone3 {
	text-align:right;
	padding-right:40px;
	padding-top:35px;
	color:000000;
	font-weight:bold;
	font-size:18px;
}
#phone a, #phone3 a {
	color:#5c5055;
}
#phone2 a {
	color:#000000;
}
#phone a:hover, #phone3 a:hover {
	color:#000000;
}
#phone2 a:hover {
	color:#5c5055;
}
#welcome {
	text-align:left;
	padding-left:30px;
	padding-top:115px;
	color:FFFFFF;
	width:420px;
	font-size:18px;
	font-weight:bold;
}
#menu, #menu2, #menu3, #menu4 {
	text-align:center;
	color:#5c5055;
	font-size:28px;
	display:block;
	float:none;
}
#menu {
	padding-top:255px;
}
#menu2 {
	padding-top:2175px;
	vertical-align:bottom;
}
#menu3 {
	padding-top:770px;
}
#menu4 {
	padding-top:1000px;
}
#menu a, #menu2 a, #menu3 a, #menu4 a {
	color:#5c5055;
	text-decoration:none;
}
#menu a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover {
	color:#000000;
}
#surf {
	width:970px;
	display:block;
	float:none;
	padding-top:0px;
	padding-bottom:0px;
	font-size:18px;
}
#surf h1 {
	padding-top:0px;
	margin-bottom:6px;
	padding-bottom:5px;
	font-size:72px;
}
#surf h2 {
	padding-top:12px;
	margin-bottom:4px;
	margin-top:0px;
	font-size:36px;
}
#surf1 {
	width:460px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	display:block;
}
#surf2 {
	width:460px;
	float:right;
	padding-left:10px;
	padding-right:0px;
	text-align:justify;
	display:block;
}
.right {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
.left {
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}