* {
	margin:0;
	padding:0;
	outline:none;
}

img {
	border:0;
}

body {
	background-color:#efefef;
	font-family:Georgia,'Nimbus Roman No9 L',serif;
	font-size:16px;
	color:#879B90;
	line-height:normal;
}

a:link, a:visited, a:active {
	color:#879B90;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#container {
	width:860px;
	padding:0 40px;
	margin:0 auto;
	margin-bottom:0px;
	background-color:#fff;	
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#logo {
	margin:0 auto;
	text-align:center;
	padding-bottom:17px;
	width:940px;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#menu {
	padding-bottom:40px;
}

#menu ul li {
	list-style-type:none;
	float:left;
	margin-right:8px;
	font-weight:bold;
	font-size:17px;
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration:none;
}

#menu a:hover,
body#home #menu ul li.home a:link, body#home #menu ul li.home a:visited, body#home #menu ul li.home a:active,
body#marlow-store #menu ul li.marlow-store a:link, body#marlow-store #menu ul li.marlow-store a:visited, body#marlow-store #menu ul li.marlow-store a:active,
body#contact-us #menu ul li.contact-us a:link, body#contact-us #menu ul li.contact-us a:visited, body#contact-us #menu ul li.contact-us a:active,
body#mailing-list #menu ul li.mailing-list a:link, body#mailing-list #menu ul li.mailing-list a:visited, body#mailing-list #menu ul li.mailing-list a:active,
body#news #menu ul li.news a:link, body#news #menu ul li.news a:visited, body#news #menu ul li.news a:active {
	text-decoration:underline;
}

#content {
	clear:both;
	line-height:normal;
	padding-top:7px;

}

#content p {
	margin-bottom:10px;
}

#main {
	width:860px;
	float:left;
	line-height:24px;
}

#text {
	/*line-height:28px;
	font-size:20px;*/
	width:440px;
	float:right;
}



#text.full {
	width:701px;
}

#text, #image {
	/*font-size:16px;
	line-height:24px;*/
}

#text strong, #image strong {
	/*font-size:18px;*/
	font-weight:bold;
}



#text ul, #image ul,
#text ol, #image ol {
	margin-bottom:10px;
	margin-left:25px;
}

#image {
	float:left;
	width:380px;
	margin-right:36px;
	margin-top:6px;
}





/*blog*/

#blog {
	float:left;
	width:650px;
	margin-right:36px;
	margin-top:6px;
	font-size:16px;
	line-height:24px;
}

#sidebar {
	line-height:28px;
	font-size:20px;
	width:165px;
	float:right;
	font-size:16px;
	line-height:24px;
}

#sidebar h2, #blog h2 {
	font-size:18px;
	font-weight:bold;
}

#sidebar ul, #sidebar ol {
	margin-bottom:24px;
	margin-left:25px;
}

/*just for blog mock-up*/

#blog small {
	color:#777777;
	font-size:0.9em;
line-height:1.5em;
}

#content #blog p.comments {
	margin-bottom: 40px;
}

/*end of blog mock-up*/



/*blog ends*/





#footer {
	clear:both;
	line-height:24px;
	padding-top:55px;
	padding-bottom:12px;
	font-size:14px;
	font-weight:bold;
}

#copyright {
	font-size:12px;
	color:#bcd0c4;
}

#copyright a:link, #copyright a:visited, #copyright a:active {
	color:#bcd0c4;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

h1, h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}