/* CSS Document */
/* HACKS */

/* ALL MARGINS = 0 */
* {
	margin: 0px;
	padding: 0px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
	background-color: #CCCCCC;
}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	background-image: url(../images/baseart/headerbg.gif);
	background-repeat: repeat-x;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */   

/* REMOVE BORDER */
.removeborder {
	text-align: left;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

* html #content { 
	float:left; 
	}
	
	
#header_inner, #nav_inner, #content_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-image: url(../images/baseart/footer.gif);
	width: 955px;
	background-repeat: no-repeat;
	height: 45px;
	color: #666666;
	font-weight: bold;
	float: left;
	padding-top: 30px;
	
}

#footer_inner {
	
}

img.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 25px;
	border: 3px solid #CCCCCC;
}

img.right {
	float: right;
	margin-right: 45px;
}

img.dj {
	clear: both;
	float: left;
}

/* LAYOUT*/

body {
	background-image: url(../images/baseart/bg_rep.gif);
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-position: top;
	background-color: #000000;
}

#main_wrapper {
	height: 100%;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 137px;
	width: 955px;
	background-image: url(../images/baseart/head_top.gif);
	background-repeat: no-repeat;
	
}

#header_inner {
}

#nav {
	height: 53px;
	width: 955px;
	float: left;
	
}

#nav_left {
	background-image: url(../images/baseart/nav_left.gif);
	height: 53px;
	width: 319px;
	float: left;
	
}

#content {
	width: 955px;
	height: auto;
	float: left;
}


/* TEXT */

h1 {
	font-size: 1.1em;
	text-align: left;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

h2 {
	font-size: 1em;
	color: #000000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: underline;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 15px;
	
}

h4 {
}

h5 {
}

h6 {
	color: #FFFFFF;
	font-size: 0.8em;
	padding-left: 10px;
	font-weight: normal;
}

ul {
	color: #333333;
	font-size: 1em;
	padding-left: 15px;
	padding-bottom: 45px;
	padding-right: 15px;
}

p {
	
}

li {
	font-size: .9em;
	padding-left: 5px;
	padding-top: 3px;
	list-style-type: none;
	list-style-position: outside;
}



a.small_space {
	margin-right: 15px;
}

/* TEXT */

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	color: #FFFFFF;
	
}

a:active {
}

/*NAV*/

a.current {
	color: #000000;
}

#nav_home {
	background-image: url(../images/baseart/buttons/home_button.gif);
	background-position: 0px -106px;
	float: left;
	width: 106px;
	display:block;
	height: 36px;
	padding-top: 20px;
	text-align: center;
}

#nav_others {
}

#nav_1 a:link {
	background-image: url(../images/baseart/buttons/home_button.gif);
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	display:block;
}

#nav_1 a:visited {
	background-image: url(../images/baseart/buttons/home_button.gif);
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	display:block;
}

#nav_1 a:hover {
	background-image: url(../images/baseart/buttons/home_button.gif);
	background-position: 0px -53px;
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	display:block;
}

#nav_2 a:link {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/services_button.gif);
	display:block;
}

#nav_2 a:visited {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/services_button.gif);
	display:block;
}

#nav_2 a:hover {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/services_button.gif);
	background-position: 0px -53px;
	display:block;
}

#nav_3 a:link {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/gallery_button.gif);
	display:block;
}

#nav_3 a:visited {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/gallery_button.gif);
	display:block;
}

#nav_3 a:hover {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/gallery_button.gif);
	background-position: 0px -53px;
	display:block;
}

#nav_4 a:link {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/exhibition_button.gif);
	display:block;
}

#nav_4 a:visited {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/exhibition_button.gif);
	display:block;
}

#nav_4 a:hover {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/exhibition_button.gif);
	background-position: 0px -53px;
	display:block;
}

#nav_5 a:link {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/menu_button.gif);
	display:block;
}

#nav_5 a:visited {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/menu_button.gif);
	display:block;
}

#nav_5 a:hover {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/menu_button.gif);
	background-position: 0px -53px;
	display:block;
}

#nav_6 a:link {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/contact_button.gif);
	display:block;
}

#nav_6 a:visited {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/contact_button.gif);
	display:block;
}

#nav_6 a:hover {
	float: left;
	height: 36px;
	padding-top: 20px;
	text-align: center;
	width: 106px;
	background-image: url(../images/baseart/buttons/contact_button.gif);
	background-position: 0px -53px;
	display:block;
}

/* CONTENT */

#col_1 {
	height: 390px;
	width: 319px;
	float: left;
	background-image: url(../images/baseart/col1_rep.gif);
	background-repeat: repeat-y;
}

#col_2 {
	width: 636px;
	float: left;
	height: 390px;
	background-image: url(../images/baseart/col2_rep.gif);
	background-repeat: repeat-y;
}

.text_col {
	height: auto;
	width: 288px;
	float: left;
	padding: 15px;
}

.text_box {
	height: 150px;
	width: 500px;
	background-color: #CAFFFF;
	margin-left: 68px;
	float: left;
	clear: both;
	border: 1px solid #006699;
}
