@charset "UTF-8";
/* CSS Document */
/*Basic Body Structure*/
html{
	background-image:url(../images/bg2.png);
	background-repeat:repeat;
}

body {
/*	background-image:url(../images/bg.png);
	background-repeat:repeat;*/
	font-family: Arial sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	color: #000000;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:175%;
}
h3 {
	font-size:150%;
}
h4 {
	font-size:125%;
}
img {
	border:none;
}
.purple {
	color:#672383;
}

/*Core Components*/
#header {
	height: 126px;
	width: 426px;
	margin:0 auto 0 auto;
}
#mainWrap {
	height: auto;
	width: 1024px;
	margin:0 auto 0 auto;	
}

#navBar {
	height: 33px;
	width:1024px;
	margin:0 auto 0 auto;
}
#footer {
	height: 29px;
	width: auto;
	margin:0px auto 0 5px;
	background-repeat: no-repeat;
	background-position: center;
	font-size:11px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}

/*Image Gallery Classes*/


.tab {
	margin-left: 30px;
}

.left {
	margin-left:15px;
}
#left {
	margin-left:15px;
}
.right {
	margin-left:15px;
}
.galright {
	margin-left:40px;
}
#galright {
	margin-left:40px;
}

/*Page Specific Middle Sections*/
#mainImage {
	background-image: url(../images/indeximage2.png);
	height: 392px;
	width: 600px;
	margin:auto;
	background-repeat: no-repeat;
	background-position: center;
}
#mainContent {
	font-family: "Times New Roman", Times, serif;
	width: 600px;
	margin: auto;
	font-size:90%;
}
#midSection {
	font-size:95%;
	font-weight:bold;
	font-style:italic;
	width:400px;
	margin: auto;
}
#contactmidSection {
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	width:400px;
	margin: auto;
}
#list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:92%;
	width: 300px;
	margin: 0 0 0 150px;
	font-weight: bold;
}
#contact {
	width:436px;
	margin: 0 0 0 110px;
}
#gallery {
	width:436px;
	margin: 0 0 0 90px;
}

#favoritelinks {
	width:436px;
	margin:0 0 0 90px;
}
#links {
	width:436px;
	margin: 0 0 0 0px;
}
#about {
	margin:0 0 0 120px;
	width: 436px;
}
#btmright {
	margin-bottom: 20px;
}
#topleft {
	margin-bottom: 10px;
}

#contactinfo {
	width: 500px;
	height: 71px;
	background-image: url(../images/contactinfo3.png);
	background-repeat:no-repeat;
	margin: 10px 0 0 -10px;
}
#subcontent {
	width:436px;
	height:auto;
	margin:auto;
	/*margin-right:20px;*/
}



/*Links Lists and Anchors*/
.nav li {
	display: inline;
	list-style: none;
	text-decoration: none;
	margin-left: auto;
}
.link a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.link a:hover {
	color: #672383;
}
.favlinks a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #672383;
}
.favlinks a:hover {
	text-decoration:underline;
}
.responselink a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#000000;
}
.responselink a:hover {
text-decoration:underline;
}
.orange {
	color:#FA972D;
}
.white {
	color:#FFFFFF;
}
.single_image {
	margin:5px;
}
#firstrow{
	
}
#secondrow{
	
}
#thirdrow {
	
}

