/* CSS Document */


body {
background:url(images/bg.jpg) #000000;
font-family:Arial, Helvetica, sans-serif;
color:#cccccc;
line-height:155%;
font-size:11px;
margin:0;
height:100%;
}

a {
color:#EE7DD8;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1 {
font-size:13px;
color:#EE7DD8;
margin-bottom:10px;
padding-bottom:10px;
}

p {
margin-bottom:5px;
padding-bottom:5px;
}



	html, body {
		height:100%;
		}


	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-235px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:469px;
		clear:left;
		background:#000000;
		border-top:1px solid #999999;
		border-bottom:1px solid #999999;
		}
		

#content {
height:469px;
width:840px;
margin-left:auto;
margin-right:auto;
background-image:url(images/swirlbg.jpg);
background-position:right;
background-repeat:no-repeat;

}

#menu {
height:22px;
padding-top:4px;
text-align:right;
padding-right:30px;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
}

#menu li {
list-style:none;
display:inline;
margin-left:15px;
}


#menu a {
font-size:12px;
font-weight:bold;
color:#EE7DD8;
text-decoration:none;
}

#menu a:hover {
text-decoration:underline;
color:#ffffff;
}

#main {
margin-top:14px;
}

#column_left {
width:380px;
}

#column_left img {
}

#column_right {
float:right;
width:210px;
text-align:left;
padding-top:20px;
}

#column_right_sub {
float:right;
width:350px;
padding-top:65px;
}

#column_right_sub img {
border:4px solid #CCCCCC;
}

#column_right ul {
list-style:none;
margin:0;
padding:0;
}

#column_right li {
list-style:none;
margin:0;
padding:0;
margin-bottom:10px;
}

#logo {
height:61px;
width:264px;
background-image:url(images/logo.jpg);
}

#text_block {
padding-left:55px;
padding-top:35px;
}

#goods {
padding-left:55px;
padding-top:15px;
}

#goods img {
border:2px solid #CCCCCC;
margin-right:20px;
}


