@charset "utf-8";
/* CSS Document */

body {
background-color: #A3D0D3;
}

a:link.one {font-family: tahoma; font-size: 10px; text-decoration: none; color: #372748;}
a:active.one {font-family: tahoma; font-size: 10px; text-decoration: none; color: #372748;}
a:visited.one {font-family: tahoma; font-size: 10px; text-decoration: none; color: #372748;}
a:hover.one {font-family: tahoma; font-size: 10px; text-decoration: underline; color: #372748;}
a:focus.one {font-family: tahoma; font-size: 10px; text-decoration: underline; color: #372748;} 

#main {
width: 900px;
height: 650px;
margin: auto;
background-image: url(bg5.jpg);
}

#menu {
width: 150px;
height: 340px;
margin-top: 170px;
margin-left: 50px;
position: absolute;
}

#gallerycontent {
margin-top: 67px;
margin-left: 211px;
height: 375px;
position: absolute;
font-family: arial;
font-size: 13px;
}

#content {
margin-top: 83px;
margin-left: 275px;
height: 375px;
width: 573px;
position: absolute;
}

#homecontent {
margin-top: 160px;
margin-left: 275px;
height: 375px;
position: absolute;
font-family: arial;
font-size: 13px;

}

h1 {
font-family: arial;
font-size: 16px;
}

#bluebox {

-moz-border-radius: 5px;
-webkit-border-radius: 5px;

padding: 20px;
height: 450px;
}

#greenbox {
background-color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 3px solid #d5f988;
padding: 20px;
height: 350px;
}

#content_links {
margin-left: 10px;
}

#content_text {
height: 245px;
padding: 10px;
font-family: arial, tahoma;
font-size: 14px;
margin: auto;
overflow: auto;
}

#contact_text {
height: 250px;
padding: 10px;
font-family: verdana, arial, tahoma;
font-size: 11px;
}

#pricing_text {
	height: 245px;
	padding: 10px;
	font-family: arial, tahoma;
	font-size: 12px;
	margin: auto;
	overflow: auto;
}

#wedpricing_text {
	height: 300px;
	padding: 10px;
	font-family: arial, tahoma;
	font-size: 12px;
	margin: auto;
	overflow: auto;
}

#info {
padding: 10px;
font-size: 11px;
overflow: auto;
}

#small_text {
font-size: 12px;
}

#center_it {
margin: auto;
}

.input {background-color: #E2EFF3; color: #102132; border: 1px dotted #284279}

.button {border-width: 1px; border-style: dotted; border-color: #6495ED; font-family:tahoma; font-size: 7pt; color: navy; background-color: #E2EFF3; width: 54px; letter-spacing: 2px; padding: 2px;}

.button:hover {border-style:solid; border-color: #000000;}
.button:focus {border-style:solid; border-color: #000000;}
.input:hover {border-style:solid; border-color: #000000;}
.input:focus {border-style:solid; border-color: #000000;}