*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
	background: #080a09;
}

#homepage
{
	padding-top: 60px;
	height: 490px;
	background: #080a09 url('../images/background.jpg') center top no-repeat;
}

img
{
	border: 0;
}

#innercontainer
{
	margin: 0px auto;
	padding-top: 10px;
	width: 600px;
	height: 400px;
	background: #ffffff;
}

#container
{
	margin: 0px auto;
	width: 580px;
	height: 360px;
	line-height: 24px;
	background: url('../images/design_03.jpg') top left no-repeat;
}

.homelinks
{
	float: left;
	height: 70px;
	margin-top: 10px;
	margin-left: 10px;
}

.homeurl
{
	float: left;
	height: 80px;
	width: 240px;
}

.homeurl a
{
	float: left;
	height: 80px;
	width: 240px;
}

.weddingurl
{
	float: left;
	height: 50px;
	width: 200px;
	margin-top: 30px;
	margin-left: 10px;
}

.weddingurl a
{
	float: left;
	height: 50px;
	width: 200px;
}

.hometext
{
	float: left;
	margin-top: 30px;
	padding: 10px;
	width: 360px;
}

.hometext p
{
	margin-bottom: 18px;
}

#menu

{
	margin: 5px auto;
	width: 340px;
	height: 30px;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

#menu ul li a.right
{	
	margin-left: 1px;
	border-right: 1px solid #dfdfdf;
}

#menu ul li a:hover
{
	color: #000000;
	text-decoration: underline;
}

#navigation
{
	margin: 10px auto;
	width: 340px;
	height: 50px;
}

#navigation ul
{
	list-style-type: none;
}

#navigation ul li
{
	display: inline;
}

#navigation ul li a
{
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height: 50px;
	line-height: 50px;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

#navigation ul li a.right
{	
	margin-left: 1px;
	border-right: 1px solid #dfdfdf;
}

#navigation ul li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#footer
{
	line-height: 20px;
	margin: 0px auto 0px;
	font-size: 8px;
	text-transform: capitalize;
	text-align: center;
	width: 820px;
	color: #666666;
	text-decoration: none;
}

#footer a
{
	color: #666666;
	text-decoration: none;
}

.clear
{
	clear: both;
}

#normalpage
{
	margin: 0px auto;
	width: 100%;
	height: 510px;
	background: url('../images/normal-bg.jpg') top left repeat-x;
}

#contactcontainer
{
	margin: 0px auto;
	line-height: 24px;
	width: 760px;
}

#contactcontainer p
{
	margin-bottom: 7px;
}

#contactcontainer ul
{
	margin-bottom: 10px;
	list-style-type: square;
}

#contactcontainer ul li
{
	margin-left: 16px;
}

#contactcontainer a
{
	color: #ffffff;
}

#contactcontainer a:hover
{
	color: #c0c0c0;
}

#contactleft
{
	float: left;
	width: 360px;
}

#contactright
{
	float: right;
	margin-top: 60px;
	width: 300px;
}

#normalcontainer
{
	margin: 0px auto;
	width: 960px;
}

#logo
{
	padding: 10px 10px 10px 0px;
}

#normalcontent
{
	float: left;
	width: 530px;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;
}

#normalcontent p
{
	 margin-bottom: 10px;
}

#gallerycontainer
{
	float: right;
	width: 420px;
}

#thumbs
{
	width: 400px;
	float: right;
	text-align: center;
}

#thumbs img
{
	padding: 4px;
	border: 1px solid #333333;
	margin: 2px 10px 2px 2px;
}

.showme
{
	padding: 4px;
	border: 1px solid #333333;
	margin-left: 20px;
}

#gallery
{
	width: 400px;
	float: right;
	height: 305px;
	margin-bottom: 10px;
	text-align: center;
}

#gallery img
{
	width: 380px;
	margin: 10px auto;
	opacity:0.1;
	filter:alpha(opacity=10)
}

fieldset
{
	border: 0px;
}

.cftf
{
	width: 200px;
}

input[type=text]
{
	padding: 4px;
	font-size: 12px;
	background: #ffffff;
	font-family: verdana;
	border: 1px solid #666666;
}

textarea
{
	padding: 4px;
	width: 300px;
	font-size: 12px;
	overflow: auto;
	font-family: verdana;
	border: 1px solid #666666;
}

input[type=submit]
{
	padding: 8px;
	font-size: 12px;
	font-family: verdana;
	background: #ffffff;
	cursor: pointer;
	border: 1px solid #666666;
}

input[type=text]:hover, textarea:hover, input[type=submit]:hover
{
	background: #666666;
	border: 1px solid #ffffff;
	color: #ffffff;
}
