*{
	padding:0;
	margin:0;
	}
body{
	background-color:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	}
a img{padding:0;margin:0;border:none;}
#right a img{
	border:1px solid white;
	padding:2px;
	}
#right table tr td{
	text-align:center;
	padding:3px;
	text-align:center;
	}
#nextPage , #prevPage{
	font-size:10px;
	margin-top:-5px;
	}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	width:775px;
	height:600px;
	margin-top:80px;
}
#header{text-align:center;}
#main{
	margin-top:3px;
	padding:5px;
	border: 1px white solid;
	width:770px;
	height:449px;
	}
#left{
	padding:4px;
	float:left;
	width:404px;
	background-color:#990000;
	height:100%;
	height:440px;
	}
#right{
	padding:4px;
	float:right;
	width:350px;
	height:440px;
	background-image:url(../img/right_bg.jpg);
	}
#cart{
	margin:2px;
	margin-top:20px;
	height:166px;
	color:black;
	background-image:url(../img/cart_bg.png);
	border:1px solid white;
	}
#cart table{
	font-size:12px;
	position:static;
	margin:0px;
	}
#cart #containter{
	overflow:auto;
	}
#cart table tr td{
	border-top:1px solid grey;

	margin:1px;
	padding:1px;
	}
#cart h3{
	text-align:left;
	}
#cart a img{
	border:none;
	}
#cart table tr td a img{
	border:1px solid white;
	padding:2px;
	}	
#full{
	float:left;
	}
#full2{
	float:right;
	}
#cart #scn{
text-transform:uppercase;
color:#333333;
font-weight:bold;
font-size:12px;
}
h1{
	padding-bottom:8px;
	border-bottom:5px solid black;
	text-transform:uppercase;
	text-transform:capitalize;
	display:inline;
	margin-left:-4px;
	padding-left:15px;
	padding-right:40px;
	font-weight:normal;
	font-size:28px;
	}
h2{
	display:inline;
	font-weight:normal;
	font-size:28px;
	text-transform:capitalize;
	}
h3{
	padding:10px;
	font-size:16px;
	text-decoration:underline;
	}
h4{
	padding:5px;
	font-size:16px;
	text-align:center;
	}
h4 a{
	/*border-bottom:1px solid white;*/
	text-decoration:none;
	}
h5 a{
	font-size:12px;
	text-decoration:underline;
	color:white;
	}
a,a:hover{color:white;}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu li {
text-align: center;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
}

#weddingMenu a{
	text-align:left;
	background-color:black;
	color:white;
	padding:3px;
	font-size:16px;
	display:block;
	margin:3px;
	width:150px;
	text-decoration:none;
	}
#weddingMenu a:hover{
	background-color:#666666;
	}
#weddingMenu{
	text-align:left;
	}
#content{
	margin-top:20px;
	}
#content p{
	padding:11px;
	text-align:justify;
	line-height:1.4em;
	font-weight:bold;
	font-size:14px;
	word-spacing:4px;
	}
.noBorder{
	border:none;
	}
.vSmall{
	font-weight:normal;
	font-size:10px;
	}
#menu{
	text-align:left;
	}
.menuItem{
	
	display:block;
	}
.menuItem li{
	margin-top:3px;
	background-color:black;
	}
.menuItem a{
	text-decoration:none;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	margin-top:100px;
	}
input, textarea{
	background-color:white;
	padding:2px;
	border:1px black solid;
	}
select{
	border:none;
	font-size:11px;
	width:135px;
	margin:2px;
	}