body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	background: #ffffff url(../images/body.gif) repeat-x;
}

h1, h2, h3, h4, h5, h6{color: #2b4d2b;}

h1{font-size: 1.5em; margin: 0 0 10px 0;}
h2{font-size: 1.2em; margin: 0 0 10px 0;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}


p{margin: 20px 0 0 0; line-height: 1.8em;}
a{color: #cc3333; font-weight: 800;}
a:hover{color: #253F88;}
#shop{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

/* wrapper */
#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* header */
#header{
	width: 750px;
	height: 74px;
	padding: 0 25px;
	float: left;
}

#header img#logo{
	float: left;
	margin: 31px 0 0 0;
}

#header img{
	float: right;
	margin: 34px 0 0 0;
}

/* container */
#container{
	width: 710px;
	padding: 0 45px;
	float: left;
	background: url(../images/container.png) repeat-y;
	clear: both;
}

#container-top{
	width: 800px;
	height: 36px;
	clear: both;
	background: url(../images/containerTop.gif) no-repeat;
}

#container-bottom{
	width: 800px;
	height: 41px;
	clear: both;
	background: url(../images/containerBottom.gif) no-repeat;
}

#container #banner{
	z-index: 0;
	position: relative;
}

/* footer */
#footer{
	clear: both;
	font-size: 0.9em;
	text-align: center;
	color: #999999;
	padding: 0 0 30px 0;
}

/* aside */
#aside{
	width: 245px;
	float: right;
	position: relative;
	z-index: 100;
	margin: -80px 0 0 20px;
}

#aside #top{
	width: 245px;
	height: 19px;	
	background: url(../images/asideTop.png);
}

#aside #bottom{
	width: 245px;
	height: 21px;
	background: url(../images/asideBottom.png);
}

#aside #content{
	width: 185px;
	padding: 0 30px;
	background: url(../images/aside.png) repeat-y;
}

#aside address{
	font-style: normal;
	line-height: 1.4em;
}

#aside p{
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	line-height: 1.4em;
}