@import '/css/font/raleway.css';
@import '/css/font/quattrocentosans.css';
@import '/css/font/delafield.css';

html {
	position:relative;
    min-height:100%;	
}

body {
	font-family: 'Quattrocento Sans', sans-serif;	
	font-size:14px;
	font-weight:400;	
	color:#444444;
	background:#F2F2F2 url('/images/body_bg.gif') repeat-y top left;	
	background-color:#F2F2F2;
	margin:0 0 100px 0;
	padding:0px;
	overflow:auto;
}

h1 {
	font-family: 'Quattrocento Sans', sans-serif;	
	font-size:18px;
	font-weight:700;
	color:#C8AA81;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:0px;
	margin-bottom:15px;	
}

h2 {
	font-family: 'Quattrocento Sans', sans-serif;	
	font-size:16px;
	font-weight:700;
	color:#C8AA81;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:25px;
	margin-bottom:15px;	
}

.wrapper {
	padding-top:50px;
	padding-left:50px;
	width:925px;
}

.content {
	padding-top:50px;
	margin-left:50px;
	margin-right:50px;
}

.header {
	font-family: 'Raleway', sans-serif;	
	font-size:40px;
	font-weight:900;
	text-transform: uppercase;
	text-align:center;
	padding-bottom:40px;
}

.promoline {
	font-family: 'Raleway', sans-serif;	
	font-size:14px;
	font-weight:600;
	color:white;
	text-transform: uppercase;
	text-align:center;
	background-color:#C8AA81;
	line-height:20px;
}

.boldline {
	font-family: 'Quattrocento Sans', sans-serif;	
	font-size:16px;
	font-weight:700;
	letter-spacing:2px;
	box-sizing: border-box;
	padding-bottom:10px;
}

.footer {
	position:absolute;
    bottom: 0;
	font-family: 'Quattrocento Sans', sans-serif;	
	font-size:12px;
	font-weight:400;
	color:#888888;
	text-transform: uppercase;
	background-color:black;
	line-height:20px;
	margin-top:50px;
	padding-left:50px;
	padding-right:50px;
	width:825px;	
}

.signature {
	font-family: 'Mrs Saint Delafield', sans-serif;	
	font-size:40px;
	font-weight:normal;
	padding-bottom:0px;
	padding-left:10Px;
	margin:0px;
}

.star {
	font-family: 'Arial', sans-serif;	
	font-size:14px;
	font-weight:normal;
}

.button {
	background-color:#C8AA81;	
	padding:7px 9px;
	display:inline;
	margin:0px;
}

a:link { color:#444444;}
a:visited { color:#444444;}
a:hover { color:#C8AA81; text-decoration:none; }
a:active { color:#444444;}
a:focus { color:#444444;}

.button a:link { color:white; text-decoration:none; }
.button a:visited { color:white; text-decoration:none; }
.button a:hover { color:#444444; text-decoration:none; }
.button a:active { color:white; text-decoration:none; }
.button a:focus { color:white; text-decoration:none; }

.footer a:link { color:#888888; text-decoration:none; }
.footer a:visited { color:#888888; text-decoration:none; }
.footer a:hover { color:#C8AA81; text-decoration:none; }
.footer a:active { color:#888888; text-decoration:none; }
.footer a:focus { color:#888888; text-decoration:none; }

