@charset "utf-8";
/* CSS Document */

/* HEADER AREA */

body { font : 72%/160% Tahoma, Verdana, Arial, sans-serif;
	color : #898780; }

div#main {
	width: 838px; 
	margin:0px auto 0px auto;
	}

div#main A:link {text-decoration: none; 
	color: #69C; }

div#main A:visited {text-decoration: none; 
	color: #69C; }

div#main A:active {text-decoration: none; 
	color: #69C;}

div#main A:hover {text-decoration: underline;
		color: #C36; }
		
html { background-color : #F6F0D8;
background-image : url(/wedding/images/html_background.jpg);
background-repeat : no-repeat;
background-position : top center; }

#logo {
	width: 371px;
	height: 116px;
	background : url(/wedding/images/logo.png) no-repeat;
	position:absolute;
	margin:0 0 0 1.5em;
	top:20px;
	}

#navigation {
	text-align:right;
	margin-top:55px;
	margin-right:40px;
	margin-bottom:10px;
}
div#navigation ul, div#navigation li {
	display : inline;
	margin : 0;
	padding: 0;
	list-style-type : none; }
	
div#navigation a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height : 14px;
	font-weight : normal;
	color: #960;
	margin : 0 10px 4px 10px;
	text-decoration : none; }
	
div#navigation a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height : 14px;
	font-weight : normal;
	color: #960;
	margin : 0 10px 4px 10px;
	text-decoration : none; }

div#navigation a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height : 14px;
	font-weight : normal;
	color: #960;
	margin : 0 10px 4px 10px;
	text-decoration : none;}
	
div#navigation a:hover { border-bottom: 4px solid #C36;
padding-bottom: 2px; }

div#content {
	background-image:url(/wedding/images/div_container_main.png);
	background-repeat:no-repeat;
	width: 838px; 
	height: 609px;
	text-align : left;
}

/* FOOTER AREA */

.footer {font-size:10px; }

.quote {font-size:11px;}

div#copyright {
	float:left;
	margin:0px 0 0px 125px;
	padding: 0;
	}
	
div#blogs {
	float:right;
	margin:0 105px 0 0;
	}

