/* screen styles */
/* NOTE: any * > selector rules are for standards-compliant browsers. The rule before will have a style that works in IE6. */
/* Table of Contents 
	Non-displaying Elements
	Layout
	Typography and Inline Elements
	Menu
*/

/* Non-displaying Elements*/
{
	display:none;
}

/* Layout */
body {
	text-align:center;
	background: url(images/taupeplaid1.jpg);
	padding:2em 0;
	font-size: 15px;
	font-weight: bold;
}

#container {
	margin:0 auto;
	position:relative;
	width:800px;
	background: url(images/taupeplaid4.jpg);
	padding:1em .3em;
	position:relative;
	margin:0 auto;
	border: 1px solid #666666;
}
#container2 {
	position:relative;
	background: url(images/taupeplaid2.jpg);
	padding:1em .75em;
	position:relative;
	margin:0 auto;
}
#container3 {
	position:relative;
	background: url(images/taupeplaid4.jpg);
	padding:1em .2em;
	position:relative;
	margin:0 auto;

}
#container4 {
	position:relative;
	background: url(images/taupesq1.jpg);
	padding:1em .2em;
	position:relative;
	margin:0 auto;

}
#container5 {
	margin:0 auto;
	position:relative;
	background: url(images/taupeplaid4.jpg);
	padding:1em .2em;
	position:relative;
	margin:0 auto;

}
#container6 {
	margin:0 auto;
	position:relative;
	background: url(images/taupeplaid3.jpg);
	padding:1em .2em;
	position:relative;
	margin:0 auto;

}
#container7 {
	margin:0 auto;
	position:relative;
	background: url(images/taupeplaid4.jpg);
	padding:1em .2em;
	position:relative;
	margin:0 auto;
}
#container8 {
	height:auto;
	margin:0 auto;
	position:relative;
	text-align:left;
	background: url(images/taupeplaid3.jpg);
	padding:1em 15px;
	position:relative;
	margin:0 auto;
}
#content {
	position: static;
	width:auto;
	text-align: center;
}
.pictures #content{
	width: 70%;
}
#contact {
	text-align:center;
	clear: both;
	float: left;
	position: relative;
}
#pictures {
	width:21%;
	text-align: center;
	background: #626554;
	padding: 1em 10px;
	color: #FBFBFB;
	position: absolute;
	top:1em;
	right:45px;
	clear: both;
}
* > #pictures {
	right:15px
}
/* Typography and Inline Elements */
h1 {
}
h2 {
	font-weight: bold;
}
p {
}
a:link, a:visited {
	color: #646756;

}
a:hover, a:active {
	color: #333333;

}
#pictures img {
	margin-bottom: 1em;
}

a img{
	border:none;
	clear: both;
}

/* Menu */

#menu {
	color: #BDB29E;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	margin-top: -0.5em;
	font-weight: bold;
	
}
#menu a:link, #menu a:visited {
	color: #BAAF9B;
	text-decoration: none;
	
}
#menu a:hover, #menu a:active {
	color: #333333;
}
