/* CSS Document */
html, body {
    height:100%
}
*, html, body {
    margin:0px; 
	padding:0px;
}
body {
    font:12px Verdana,Arial,sans-serif; 
	color:#000; 
	background: #71270E;
	background-repeat: repeat-x;
	text-align:center
}
td, input, textarea, option, select {
    font:12px Verdana,Arial,sans-serif; 
	color:#000;
}
a {
	color: #C00;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #F00;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.bold {
	font-weight: bold;
	color: #C00;
}
img {
    border:0px solid; 
}
a.close {
	text-decoration:none;
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.close:hover {
	color:#F00;
}

#head {
	width: 998px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 132px;
	z-index: 1;
	text-align: right;
}
#menu {
	width: 998px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 10px;
	z-index: 10;
	text-align: center;
}
#content {
	width: 858px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	z-index: 2;
	text-align: left;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 70px;
}
#bottom {
	width: 998px;
	background-image: url(../images/botom.jpg);
	background-repeat: no-repeat;
	height: 33px;
	padding-top: 15px;
	z-index: 9;
	text-align: center;
	color: #FFF;
}
#bottom a {
    color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#bottom a:hover {
    color: #F00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#home {
	width: 998px;
}
#design {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}	
#design a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#design a:hover {
	color: #F00;
	text-decoration: none;
	font-weight: normal;
}
#pic {
	border: 1px solid #CC0000;	
}
.input {
 	width: 200px;
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid;
	border-top: #990000 1px solid; 
	border-left: #990000 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.but {
 	width: 150px;
	border-bottom: #990000 1px solid;
	border-right: #990000 1px solid;
	border-top: #990000 1px solid; 
	border-left: #990000 1px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
}
p.gallery {
	height: 30px;
	text-align: left;
	padding: 1px;
	background-image: url(../gallery/bg.gif);
	background-repeat: repeat-y;
}