* { 
 	margin: 0; 
 	padding: 0; 
} 

html {
 	background: url(../images/bg200.jpg) 0 0 repeat;
}

body { 
 	background: url(../images/wrap2.gif) 0 100% repeat-x; 
 	font: 12px/18px "Lucida Grande", Verdana, sans-serif; 
 	text-align: center; 
 	color: #333; 
}
 
a:link, a:visited { 
 	color: #0000ff; 
} 

a:hover { 
 	color: #9898b4; 
}

/*Button Style*/
.button {
    
    height:24px;
    font: 18px; 
    margin-top: 5px;
    margin-bottom: 5px;
    text-align:center;
    background: #9898b4;
    color: #11122f;
    border: 1px solid #11122f;
    padding: 4px;
}
/*Button Arrow Styles*/
.arrows {
    font-size:90%;
    margin:0.2em;
}
/*Button link styles*/
.button a:link, .button a:visited {
    color: #eee;
    background-color:#1e5184;
    font-size:1em;
    font-weight:bolder;
    text-decoration: none;
    border-bottom:0.1em solid #555;
    border-right:0.1em solid #555;
    border-top:0.1em solid #ccc;
    border-left:0.1em solid #ccc;
    margin: 0.2em;
    padding:0.2em;
    display:block;
}
.button a:hover {
    background-color:#003366;
    color:#999;
    border-top:0.1em solid #777;
    border-left:0.1em solid #777;
    border-bottom:0.1em solid #aaa;
    border-right:0.1em solid #aaa;
    padding:0.2em;
    margin: 0.2em;
}


h1 { 
 	margin-bottom: 11px; 
 	margin-left: 0px; 
 	padding: 15px 0 21px 0px; 
 	border-bottom: 0px solid #ccc; 
 	font-wight: normal;
 	font-style: italic;
 	font-size: 24px; 
 	font-family: "Monotype Corsiva"; 
 	color: #11122f; 
}
 
h2, h3 { 
 	font-weight: normal; 
 	font-size: 1em; 
 	line-height: 18px; 
}
 
h2 { 
 	margin-left: 0px; 
 	padding: 10px 0 20px 0px; 
 	font-size: 1.25em; 
 	text-transform: uppercase; 
 	color: #9898b4; 
}
 
h3 { 
 	padding-bottom: 6px; 
 	font-weight: bold; 
 	text-transform: uppercase; 
 	letter-spacing: -1px; 
 	color: #11122f; 
}


/* Layout Styles */


#wrap1 { 
 	background: url(../images/wrap1.gif) 0 -31px repeat-x; 
}

#page { 
 	margin: 0 auto; 
 	width: 960px; 
 	background: #f6f0df url(../images/page.gif) repeat-y; 
 	text-align: left; 
}

#page img {
 	background: none;
	border: 0px;
}
 
#header {
	position: static;
 	height: 204px; 
 	background: #11122f url(../images/header1.gif) bottom no-repeat;
} 

#content-secondary { 
 	float: left;
 	margin-top: 40px; 
 	width: 190px; 
 	font-size: 11px; 
 	color: #11122f;
	height: 720px;
}


#nav {
 	position: relative;
 	margin-left: 18px;
	margin-top: 0px;
}

#content-primary { 
 	float: right;  
 	width: 720px;
 	vertical-align:top; 
 	min-height: 840px;
	padding-left: 20px;
	padding-right: 20px;
}
 
#index-head {
	height: 176px;
	margin-top: 20px;
}

#imgRotate {
 	float: left;
 	margin-left: -10px;
 	margin-top: -30px;
 	margin-bottom: 40px;
 	width: 144px;
 	height: 106px;
 	text-align: center;
}

#register {
 	height: 75px;
 	float:right; 
 	vertical-align:top;
 	margin-right: 0px;
 	margin-left: 0px; 
 	margin-top:0px;
 	margin-bottom: 0px;
 	background: url('../images/regbox.jpg');  
 	width: 500px;
 	border:2px solid #11122f;
 	clear: right;
}

#headTitle {
 	float: right;
 	margin: 0px;
 	width: 500px;
 	height: 30px;
 	margin-top: 10px;
 	text-align: center;
}

#center-content {
	margin-top: -20px;
}

#center-main {
 	width: 720px;
 	padding: 0px;
}

#catimages {
	margin-left: 5px;
	height: 500px;
}

#catimages img {
	border: 0px;
	margin-left: 16px;
	margin-bottom: 7px;
}

#advertiseMAIN {
 	float: right;
 	width: 500px:
 	height: 300px;
 	margin-bottom: 0px;
 	padding: 0px;
 	margin-top: 20px;
}

#advertiseSIDE {
 	float: right;
 	width: 200px:
 	height: 600px;
 	margin-top: 10px;
 	padding: 0px;
}

#advertiseTOP {
 	float: left;
 	width: 350px:
 	height: 200px;
 	margin: 10px 0px 0px 0px;
 	padding: 0px;
}

#advertiseBOTTOM {
 	float: right;
 	width: 350px:
 	height: 200px;
 	margin: 10px 0px 20px 0px;
 	padding: 0px;
}

#btmArticles {
 	position: relative;
 	width: 720px;
	height: 200px;
	float: left;
	background: url('http://www.helenawedding.com/images/fa_stripes.png');
	margin-top: 10px;
	clear: both;
}

#footer { 
 	clear: right; 
 	height: 204px; 
 	background: #11122f url(../images/footer.gif) top no-repeat; 
 	font-size: 10px; 
 	line-height: 1em; 
 	text-shadow: 1px 1px 1px #333; 
 	color: #fff; 
} 

#footer a:link, #footer a:visited { 
 	color: #9898b4; 
}

#footer a:hover {
 	color: #0000ff;
}
     
#footer p { 
 	padding: 132px 24px 0 24px; 
} 

.clear { 
 	clear: both; 
}


/* Categories Rounded Corners */


.contentplace {
 	background: transparent url('http://www.helenawedding.com/images/centerContentbg.png'); 
 	float: left; 
 	width: 500px; 
 	height: 600px; 
 	margin: 12px 2px 2px 2px;
	padding: 0px;
	border: 0px solid #000000; 
}


.topplace { 
	position: relative;
 	margin-left: 0px;
 	margin-top: 0px;
	float: left; 
}

.topplace1 { 
	position: relative;
 	margin-left: 480px;
 	margin-top: -20px; 
	float: right;
}

.bottomplace {
	position: relative;
 	margin-left: 0px;
	margin-top: -34px;
	float: left;
}

.bottomplace1 {
	position: relative;
 	margin-left: 0px;
	margin-top: -40px;
	float: right;
}

img.placeborder {
	position: relative;
 	width: 20px;
 	height: 20px;
 	border: none;
 	top: 0px;
 	left: 0px;
 	display: block !important; 
}

img.placeborder1 {
	position: relative;
 	width: 20px;
 	height: 20px;
 	border: none;
 	top: 0px;
 	display: block !important; 
}


/* Poll Rounded Corners */


.contentplace1 {
 	background: transparent url('http://www.helenawedding.com/images/topContentbg.png'); 
 	float: left; 
 	width: 200px; 
 	height: 300px; 
	margin: 22px 2px 2px 2px;
	border: 0px solid #000000; 
}

.contentplace1 p { 
 	margin: 0px 0px 0px 0px; 
}

.topplace11 { 
 	margin-left: 0px; 
}

.topplace12 { 
 	margin-left: 180px;
	margin-top: -20px; 
}

.bottomplace11 {
 	margin-left: 0px;
	margin-top: 130px;
}

.bottomplace12 {
 	margin-left: 180px;
	margin-top: -20px;
}

img.placeborder11 {
 	width: 20px;
 	height: 20px;
 	border: none;
 	top: 0px;
 	left: 0px;
 	display: block !important; 
}

img.placeborder12 {
 	width: 20px;
 	height: 20px;
 	border: none;
 	top: 0px;
 	display: block !important; 
}

#foo_poll {
	bottom: 0px;
	vertical-align: bottom;
	
}


#foo_poll a {
	border: none;
	padding: 0px;

}

#far_left {
	margin-left: 4px;

#voteRadio {
	line-height: 14px;
}



.aboutad1 {
	width: 720px;
	height: 300px;
	border: 1px solid #000000;
	float: left;
}

.aboutad2 {
	width: 200px;
	height: 200px;
	border: 1px solid #000000;
	float: right;
}

.aboutad3 {
	width: 200px;
	height: 200px;
	border: 1px solid #000000;
	float: right;
}

.aboutad4 {
	width: 350px;
	height: 200px;
	border: 1px solid #000000;
	float: left;
}

.aboutad5 {
	width: 350px;
	height: 200px;
	border: 1px solid #000000;
	float: right;
}

.aboutcontentinfo {
	width: 510px;
	height: 410px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #000000;
}

.aboutcontentcontainer {
	width: 720px;
	height: 610px;
	border: 1px solid #000000;
}
