* {
  margin: 0px;
  padding: 0px;
}

body {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    background-image:url('../images/3.jpg');
	background-attachment:fixed;
}

input, textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}


#prewrap{
    display: table;
    min-width: 720px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-image: url('../images/bgfill2.jpg');
    background-repeat: repeat-y;
}

#wrapper{
    /*min-width: 720px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;*/
    box-shadow:20px -20px 5px rgba(0,0,0,0.5);
    background-image: -o-linear-gradient(left,rgba(204,153,102,0.85),rgba(102,102,153,0.85),rgba(204,153,102,0.85)),url('../images/background002.jpg');
	background-image:linear-gradient(left,rgba(204,153,102,0.85),rgba(102,102,153,0.85),rgba(204,153,102,0.85)),url('../images/background002.jpg');
	background-image:-moz-linear-gradient(left,rgba(204,153,102,0.85),rgba(102,102,153,0.85),rgba(204,153,102,0.85)),url('../images/background002.jpg');
	background-image:-webkit-linear-gradient(left,rgba(204,153,102,0.85),rgba(102,102,153,0.85),rgba(204,153,102,0.85)),url('../images/background002.jpg');
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(rgba(204,153,102,0.85)),color-stop(rgba(102,102,153,0.85)),color-stop(rgba(204,153,102,0.85))),url('../images/background002.jpg');
	background-image:-ms-linear-gradient(left,rgba(204,153,102,0.85),rgba(102,102,153,0.85),rgba(204,153,102,0.85)),url('../images/background002.jpg');
	background-repeat:no-repeat;
}

#header{
    
}

#main{
    
}

#footer{
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    display: table;
    background:rgba(48,48,48,0.6);
}

#nav{
    
}

#content{
    display: table;
    margin:25px 50px 25px 50px;
	color:#330;
}

#nav ul{
	text-align:center;
	list-style-type:none;
	height:40px;
	margin:auto;
	display:inline-block;
}

#nav li{
	float:left;
}

#nav ul a{
	padding-left:32px;
	padding-right:32px;
	display:block;
	line-height:40px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#nav ul a:hover{
	background:rgba(255,255,255,0.4);
}

h2{
	font-family:'alex-brush';
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#330;
}

h3{
    text-align: left;
}

@font-face{
	font-family: 'alex-brush';
	src: url('../fonts/AlexBrush-Regular-OTF.otf');
}

#p1{
	font-size:24px;
	text-align:left;
    font-family: 'Trebuchet MS' helvetica sans-serif;
    color:#330;
}

#p2{
	font-size:18px;
	text-align:left;
    font-family: 'Trebuchet MS' helvetica sans-serif;
    color:#330;
}

#flink{
}

#f1{
	font-size:18px;
	text-align:left;
	float:left;
	width:40%;
	padding-left:40px;
    padding-bottom: 20px;
	color:#c9f;
}

#f2{
	font-size:18px;
	text-align:right;
	float:right;
	width:40%;
	padding-right:40px;
    padding-bottom: 20px;
	color:#c9f;
}

#footer ul{
	text-align:center;
	list-style-type:none;
	height:40px;
	margin:auto;
	display:inline-block;
}

#footer li{
	float:left;
}

#footer ul a{
	padding-left:32px;
	padding-right:32px;
	display:block;
	line-height:40px;
	text-decoration:none;
	font-weight:bold;
	color:#c9f;
}

#footer ul a:hover{
	background:rgba(255,255,255,0.4);
	color:#000;
}

#tf{
	padding-top:15px;
	width:25%;
	float:left;
}

#ff{
	padding-top:15px;
	margin-left:20px;
	margin-right:40px;
	width:40%;
	float:left;
}

#sf{
	padding-left:10px;
	text-align:left;
	width:50%;
	float:left;
}

#tff{
	padding-right:10px;
	text-align:right;
	width:25%;
	float:left;
}

#disbox{
	padding-right:50px;
	width:30%;
	clear:both;
	float:right;
	text-align:right;
}