/* designed by Romeo(http://www43.tok2.com/home/rome0/) */

@import url(http://fonts.googleapis.com/css?family=Raleway:200,300);

html {
	margin: 0px;
	height: auto;
}

body {
	background-color: #eecece;
	margin: 0px;
	height: auto;
}

#head {
	margin-top: 0px;
	width: 100%;
	background-image: url(../img/head.png);
	background-repeat: repeat-x;
	height: 72px;
	position: fixed;
}

#wrapper {
	font-size: 12px;
	color: #606060;
	background-color: #ffffff;
	line-height: 145%;
	letter-spacing: 1px;
	padding: 85px 70px 20px 70px;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cc6666;
	margin-right: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cc6666;
	margin-bottom: 0px;
	width: 440px;
	height: auto;
}

#title {
	font-family: Raleway, sans-serif;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #ffffff;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 150%;
	padding-top: 51px;
	margin-left: auto;
	padding-left: 6px;
	margin-right: auto;
	margin-bottom: 20px;
	width: 167px;
	height: 125px;
}

h1{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 5px;
}

#menu {
	font-family: Raleway, sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	margin-left: -70px;
	margin-right: -70px;
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cc6666;
	padding-bottom: 15px;
}

ul {
	list-style-type: none;
	margin-left: -50px;
}

li {
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

h2 {
	font-family: Raleway, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #161616;
	letter-spacing: 3px;
	margin-left: -15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E4AFAF;
	padding-left: 8px;
	margin-bottom: 25px;
}

#banner {
	background-image: url(../img/title.png);
	background-position: 15px -10px;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: dotted;
	border-color: #cc6666;
	width: 200px;
	height: 40px;
}

#foot {
	font-size: 11px;
	color: #8c8c8c;
	margin-top: 60px;
	height: auto;
}

a {
	text-decoration: none;
	color: #cc6666;
}

a:hover {
	text-decoration: none;
	color: #e0a3a3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFBFBF;
	padding-bottom: 1px;
}
