body {
	margin:35px auto 0px auto;
	background:url("../images/bg_tile.jpg") #000000 fixed repeat-y 50% 0px;


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	/*
	background-image:url(../images/wedding_bg.jpg);
	background-repeat:repeat;
	*/		
	}
	
/*Main Div  -  MAIN PAGE LAYOUT & BACKGROUND*/	
#main_div {
	width:760px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../images/wedding_bg.jpg);
	background-repeat:repeat;
	background-color:#FFFFFF;
	}

/*Flash Header div*/
#header {
	width:760px;
	hieght: 120px;
	}

/* Page content infomation - SIT UNDER HEADER DIVS THEN PADDED IN FROM LEFT*/
/* Overflow:hidden means BG is continued*/
#page_content{
	overflow:hidden;
	}

/* Menu Div */
#menu_div {
	float:left;
	width:170px;
	padding:0px 0px 0px 0px;
	}	

/* Text Div */
#text_div {
	float:left;
	width:285px;
	padding:0px 10px 0px 10px;
	}	

/* Image Div */
#image_div {
	float:left;
	width:265px;
	padding:0px 10px 0px 10px;	
	}	
	
/* Single Div */
#single_div {
	float:left;
	width:565px;
	padding:0px 10px 0px 10px;	
	}	

#singleTxt_div {
	float:left;
	width:565px;
	
	}	
	
#singleSwf_div {
	float:left;
	width:565px;

	}	

/* Black Line Div - Design Feature */
#black_line {
	float: left;
	width:740px;
	height:4px;
	padding:0px 10px 10px 10px;
	background-image:url(../images/wedding_bg.jpg);
	background-repeat:repeat;
	}	

/* Footer links to pages */
#footer_links {
	margin:5px auto 0px auto;
	padding: 5px 0px 0px 0px; 
	width:760px;
	text-align:center;
	}
	
/* Footer links to conditions and getpixel */
#footer_condition {
	margin:5px auto 0px auto;
	padding: 5px 0px 0px 0px; 
	width:760px;
	text-align:center;
	}
	
a {
color:#333;
text-decoration: none;
font-weight: bold;
}

a:hover {
color:#FF3366;
text-decoration: underline;
font-weight: bold;
}

.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}

.pinkFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0066;
	}
	
hr {color:#FFFFFF; background-color:#FFFFFF; border: 1px solid #CCCCCC; border-style: none none solid;}