﻿@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Cormorant+SC');
@import url('https://fonts.googleapis.com/css?family=Headland+One');

html {
  background-image: url(brickbackground3.jpg);
    /*background-color: #000;*/
}

#tborder1 /*outside*/ {
margin: 0px auto;
width: 900px;
border-top: 3px solid #e6e600;
border-left: 3px solid #e6e600;
border-right: 3px solid #e6e600;	
}

#tborder2 /*inside*/ {
margin: 0px auto;
width: 892px;
border-top: 4px solid #cccc00;
border-left: 4px solid #b3b300;
border-right: 4px solid #cccc00;
background-color: #fff;
}

header {
padding-top: 15px;
height: 80px;
text-align:center;	
font-family: 'Headland One', Verdana, Geneva, serif;
/*font-family: 'Cormorant SC', serif;
/*font-family: 'Patua One', cursive;*/
font-size: 48px;
}

#navwrap {
margin: 0px auto;
border: 2px solid #f3f3f3;
width: 926px;	
}

#bborder1 /*outside*/ {
margin: 0px auto;
width: 900px;
border-bottom: 3px solid #e6e600;
border-left: 3px solid #e6e600;
border-right: 3px solid #e6e600;	
background-color: #f3f3f3;
}

#bborder2 /*inside*/ {
margin: 0px auto;
width: 890px;
border-bottom: 4px solid #b3b300;
border-left: 4px solid #b3b300;
border-right: 4px solid #cccc00;
background-color: #fff;
}

#main {
min-height: 400px;	
padding: 10px 30px;
}

#catalogbar {
	width: 825px;
	height: 25px;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
}

#speciallevy {
float: right;
height: 35px;
	
}

}
.index_center {
text-align: center;
margin-top: -20px;
}

h1 {
	font-family: 'Headland One', Verdana, Geneva, serif;
	font-size: 30px;
}

h2, h3 {
font-family: 'Headland One', Verdana, Geneva, serif;
	font-size: 20px;
}

img {
	padding: 5px;
}

p {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
padding: 0px 0px 10px 0px;	
}

.center {
text-align: center;	
}

ul {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px; 
color: #000;
font-weight:  normal;
}	

ul li {
padding: 1px;	
}

#left_column {
width: 400px; 
height: 800px; 
}

#right_column {
width: 400px; 
height: 800px;
margin-left: 405px; 
margin-top: -805px; 	
}

#kids_left_column {
width: 400px; 
height: 200px; 
}

#kids_right_column {
width: 400px; 
height: 200px;
margin-left: 405px; 
margin-top: -205px; 	
}

footer {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
	text-align: center;
}