body {
	margin:0px;
	padding:0px;
	background:#f2f4ff;
}
#header {
	width:100%;
	height:286px;
	background:url(/img/header-pattern.jpg);
}
#header-width {
	width:1034px;
	height:286px;
	margin:0px auto;
	position:relative;
	left:15px;
}
#header-width img {
	float:left;
}
#header-width h1 {
    color:#FFFFFF;
    float:left;
    font-family:'Carter One', cursive;
    font-size:88px;
    left:55px;
    position:relative;
    top:-31px;
	text-shadow: #242163 5px 10px 0px;
}
#header-width p {
    color:#FFFFFF;
    float:left;
    font-family:'Kotta One', serif;
    font-size:27px;
    margin-left:542px;
    position:absolute;
    text-shadow:#242163 2px 3px 0;
    top:123px;
}
#header-width h2 {
    color:#70473C;
    font-family:'Kotta One', serif;
    font-size:27px;
    font-weight:normal;
    margin-left:369px;
    position:absolute;
    top:202px;
    text-shadow:#FFFFFF 2px 1px 0
}
#header-width strong {
	margin-left:50px;
	font-style:normal;
	font-weight:normal;
}
#container {
	width:872px;
	margin:0px auto;
	height:auto;
	min-height:500px;
	position:relative;
	top:-10px;
}
#top-container {
	width:872px;
	height:265px;
	margin:0px auto;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: #C6C8D1 0px 4px 0px;
	-webkit-box-shadow: #C6C8D1 0px 4px 0px;
	box-shadow: #C6C8D1 0px 4px 0px;
}
#col1 {
	width:249px;
	float:left;
	display:block;
	height:265px;
    margin-left:21px;
    padding-top:20px;
}
#col2 {
	width:217px;
	float:left;
	display:block;
	height:265px;
    margin-left:0px;
    padding-top:20px;
}
#col3 {
	width:223px;
	float:left;
	display:block;
	height:265px;
    margin-left:15px;
    padding-top:20px;
}
#top-container li {
	background:url(/img/bul.gif);
	background-repeat:no-repeat;
	list-style:none;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	background-position:1px 13px;
    line-height:31px;
}
#bottom-container {
	width:872px;
	height:500px;
	margin:0px auto;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: #C6C8D1 0px 4px 0px;
	-webkit-box-shadow: #C6C8D1 0px 4px 0px;
	box-shadow: #C6C8D1 0px 4px 0px;
	margin-top:15px;
}
#bottom-container h2 {
	font-family: 'Bitter', serif;
	font-size:35px;
	color:#000;
	margin-left:150px;
	padding:0px;
	font-weight:normal;
	font-style:italic;
    position:relative;
    top:28px;
}
#footer {
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838698;
}
#footer a {
	color:#838698;
	text-decoration:none;
}