@charset "utf-8";
/* CSS Document */

a {outline:none;}

body {
	background:#D1D0EE;
	background:#999390;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Cinzel';
	color:#445173;
}

h1 {font-size:24px;}
h2 {font-size:22px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}

#container {
	width:1200px;
	height:900px;
	margin:auto;
	border:1px solid #222;
	background:#8CA7ED;
	background:#C1D0D7;
	background:#fff;
	box-shadow:#999;
}

#banner {
	width:1200px;
	height:100px;
	background-color:#fff;
}

#content {
	width:1200px;
	padding:0px 60px;
}

#content p {
	font-family: 'Cinzel';
	font-size:18px;
	color:#222;
	line-height:1.6em;
	letter-spacing:.2em;
}

#content p.f12 {font-size:12px;}
#content p.f14 {font-size:14px;}
div#left-column {
	width:500px;
	float:left;
}
div#right-column {
	width:300px;
	float:left;
	margin-left:50px;
}
.clearfloats {
	clear:both;
}