/* STANDARD TAG REDEFINITIONS */
BODY{
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: Black url(../_images/bg.jpg);
}
a{
	color: #CCC;
}
a:hover{
	color: #FFF;
}
form{
	margin: 0;
}
pointer{
	a: hover;
}
#HEADER{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#HEADER ul{
	margin: 0;
	padding-left: 0;
	height: 44px;
	line-height: 44px;
	display: block;
	list-style: none;
	background: #600 no-repeat;
}
#HEADER li{
	display: inline;
	background-color: #600;
	float: right;
}
#HEADER li a{
	height: 44px;
	line-height: 44px;
	display: block;
	padding-left: 27px;
	padding-right: 27px;
	border-left: 1px solid Black;
	float: left;
}
#HEADER li a:hover{
	background-color: #333;
}
#HEADER .indexbanner{
	border-top: 2px solid #000;
	border-bottom: 2px solid #600;
	background: url(../_images/header_home.jpg) no-repeat;
	height: 100px;
}
#HEADER .designbanner {
	border-top: 2px solid #000;
	border-bottom: 2px solid #600;
	background: url(../_images/header_design.jpg) no-repeat;
	height: 100px;
}
#HEADER .contactbanner {
	border-top: 2px solid #000;
	border-bottom: 2px solid #600;
	background: url(../_images/header_contact.jpg) no-repeat;
	height: 100px;
}
#HEADER .artbanner {
	border-top: 2px solid #000;
	border-bottom: 2px solid #600;
	background: url(../_images/header_art.jpg) no-repeat;
	height: 100px;
}
#HEADER .aboutbanner {
	border-top: 2px solid #000;
	border-bottom: 2px solid #600;
	background: url(../_images/header_about.jpg) no-repeat;
	height: 100px;
}
#HEADER2 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#TEXT{
	border-top: 2px solid #600;
	border-bottom: 2px solid #000;
	background: #1b1b1b;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 760px;

}
#TEXTP {
	border-bottom: 1px solid #600;
	background: #333;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	text-align: center;
}
#CONTENT{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}
#CONTENT2 {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	border-bottom: 2px solid #600;
}
h1{
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.005em;
	color: #FFF;
	font-size: 20pt;
	padding-top: 10px;
	font-weight: normal;
}
h2{
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 0.005em;
	color: #FFF;
	font-size: 13pt;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
}
h3{
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	letter-spacing: 0.005em;
	color: #FFF;
	font-size: 12pt;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 6px;
	padding-bottom: 6px;
}
p{
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 10px 25px 25px;
	letter-spacing: 0.005em;
}
#FOOTER{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #600;
	text-align: right;
	padding-top: 5px;
}
#FOOTER p{
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	color: #DDDDDD;
}
#FOOTER a{
	font-size: 11px;
	font-weight: normal;
	color: White;
}
#FOOTER a:hover{
	color: white;
}
