@charset "utf-8";
/*------------------------------------------------------------------------------------------------------
[Master Stylesheet]

Project:			www.claricebridal.eu
Version:			0.1
Assigned to:	Vaclav Osovsky

--------------------------------------------------------------------------------------------------------
[Layout]

* body
				+ Wrapper / #wrapper
				
------------------------------------------------------------------------------------------------------*/

@import "reset.css";

/*----------------------------------------------------------------------------------------------------*/

body {
background:#080500 url(../images/body-bg.png) repeat;
}

h2 {
font-size:1.4em;
color:#C2B17E;
font-weight:normal;
padding:20px 0 10px 0;
}

a {
font-size:0.825em;
color:#C2B17E;
font-weight:bold;
}
a:hover {
text-decoration:none;
}

p {
font-size:0.7em;
}

#wrapper {
position:absolute;
width:100%;
height:456px;
margin:0;
padding:70px 0 0 0;
background:transparent url(../images/body-light.png) 30% 0 no-repeat;
text-align:center;
}
	#header {
	width:319px;
	height:164px;
	margin:0 auto;
	background:url(../images/logo.png) 0 0 no-repeat;
	}
		#header h1 {
		display:none;
		}
	
	#content-wrapper {
	width:523px;
	height:252px;
	margin:0 auto;
	padding:0;
	background:transparent url(../images/content-bg.png) 0 0 no-repeat;
	}
		#content {
		width:460px;
		height:204px;
		margin:0 auto;
		padding:23px 0;
		}
			.info-box {
			width:210px;
			height:194px;
			padding:0 5px 10px 15px;
			text-align:left;
			position:relative;
			}
				div.enter {
				width:200px;
				height:20px;
				position:absolute;
				left:15px;
				bottom:22px;
				z-index:30;
				}



.float-left {
float:left;
}
.float-right {
float:right
}
.off {
text-decoration:none !important;
color:#EAD9A6;
}

