@charset "UTF-8";

/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FCF;
	font-size: 12px;
	background: #FFFFFF;
	margin: 2px 2px 2px 2px;
}

a:link {color:#FCF;} /* unvisited link */
a:visited {color:#315100;} /* visited link */
a:hover {color:#315100;
	text-decoration: none;} /* mouse over link */
a:active {color:#315100;} /* selected link */

h1 {
	color: #FCF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight:400;
	margin: 24px 2px 6px 0px;
}

h2 {
	color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:600;
}

h3 {
	color: #FCF;
	font-family:Tahoma, Geneva, sans-serif
	font-size: 12px;
	font-weight:600;
	font-style:italic;
}

#HOMEPAGE {
	position: absolute;
	float: left;
	left: 1%;
	width: 1000px;
	height: 800px;
	padding-bottom: 20px;
	background: url("bootcampHomebkgrd.png") no-repeat;
}

#SECONDPAGE {
	position: absolute;
	float: left;
	left: 1%;
	width: 1000px;
	height: 800px;
	padding-bottom: 20px;
	background: url("white_bootcamp.png") no-repeat;
}

#BRIDAL {
	position: absolute;
	float: left;
	left: 1%;
	width: 1000px;
	height: 800px;
	padding-bottom: 20px;
	background: url("bridalbk.png") no-repeat;
}

#menu {
	position: relative;
	width: 800px;
	height: 20px;
	margin: 60px 0px 0px 100px; 
	padding: 0px 0px 0px 0px; 
}
	
#nav { 
	position: relative;
	float:left; 
	width: 700px; 
}

#nav li { 
	display:inline; 
	padding:0; 
	margin:0; 
}

#nav a:link, 
#nav a:visited { 
	color:#315100; 
	width:auto;
	padding: 0px 10px 0px 10px; 
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	border-right: solid #315100 1px; 
}

#nav a:hover { 
	color:#EA4498; 
	text-decoration:underline; 
}

#CONTENT {
	position: relative;
	width: 600px;
	height: 685px;
	margin: 10px 10px 10px 60px;
	padding: 10px 10px 10px 10px;
}

.camo {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 5px 0px 5px;
}

#footer {
	position: relative;
	width: 700px;
	height: 5px;	
	margin: 30px 0px 10px 140px;
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-size: 10px;
	text-align: left;
}

#footer a:link {color:#315100} /* unvisited link */
#footer a:visited {color:#ea4498} /* visited link */
#footer a:hover {color:#ea4498;
	text-decoration: underline;} /* mouse over link */
#footer a:active {color:#315100} /* selected link */

.clear {
	clear: both;
}

