@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700);

/*
	font-family: 'Quicksand', sans-serif;
	font-family: 'Shadows Into Light Two', cursive;
*/

body { margin: 0; background: url(images/bg.jpg) center center;}

#wrapper { height: 417px; width: 100%; min-width:1200px; position: absolute; top: 50%; left: 0; margin-top: -208px; background: url(images/bg2.png); overflow: hidden;}
#wrapper .container { width: 1120px; margin: 0 auto; position: relative;}

.col-left { width: 313px; position: absolute; left: 0 top:0; font-family: 'Quicksand', sans-serif; font-size: 14px; line-height: 18px; color: #534333; text-align: center; }
.col-left h1 { width: 193px; height: 117px; background: url(images/logo.png); text-indent: -9999px; overflow: hidden; margin: 74px auto 0}
.col-left p { margin: 50px 0}

.col-center { width: 383px; position: absolute; top: 0; left: 350px; text-align: center; font-family: 'Quicksand', sans-serif; font-size: 12px; font-style: italic; color: #534333;}
.col-center .frame { width: 363px; height: 230px; padding:10px; background: url(images/border.png); margin-top: 70px; }

.col-right { width: 350px; position: absolute; right: 0; color: #534333; font-family: 'Shadows Into Light Two', cursive; font-size: 18px; line-height: 30px;}
.col-right p { margin: 70px 0 30px;}
.col-right form { display: block; width: 316px; height: 33px; background: white; margin-left: -10px; position: relative;}
.col-right form a { display: block; width: 15px; height: 15px; background: url(images/btn-send.jpg); position: absolute; top: 9px; right: 10px;}
.col-right form input { border: none; background: none; position: absolute;top: 10px; left: 10px; margin:0; padding:0; font-family: 'Quicksand', sans-serif; font-size: 12px; font-weight: bold; font-style: italic; outline: none; width: 90%; color: #534333;}
