
*{
	margin: 0;
	padding: 0;
}

.art-Logo {
	display: none;
}

.art-Header {
	overflow: hidden;
}

/*** art 2.3 mods ***/
.sidebar_right .art-contentLayout .art-sidebar1 {
	float:right;
}

.sidebar_left .art-contentLayout .art-sidebar1 {
	float:left;
}

.sidebar_right .art-contentLayout .art-content {
	float:left;
}

.sidebar_left .art-contentLayout .art-content {
	float:right;
}

.ms50 .art-contentLayout .art-content{
width: 50%;
}
.ms50 .art-contentLayout .art-sidebar1{
width: 50%;
}

.ms60 .art-contentLayout .art-content{
width: 60%;
}
.ms60 .art-contentLayout .art-sidebar1{
width: 40%;
}
.ms70 .art-contentLayout .art-content{
width: 70%;
}
.ms70 .art-contentLayout .art-sidebar1{
width: 30%;
}

.ms75 .art-contentLayout .art-content{
width: 75%;
}
.ms75 .art-contentLayout .art-sidebar1{
width: 25%;
}

.sidebar_none .art-contentLayout .art-content{
float:left;
width:100%;
}
/*** Close art variations - 2.3 ***/

/*** art 2.4 mods ***/
.sidebar_right .art-content-layout .art-sidebar1 {
	float:right;
}

.sidebar_left .art-content-layout .art-sidebar1 {
	float:left;
}

.sidebar_right .art-content-layout .art-content {
	float:left;
}

.sidebar_left .art-content-layout .art-content {
	float:right;
}

.ms50 .art-content-layout .art-content{
width: 50%;
}
.ms50 .art-content-layout .art-sidebar1{
width: 50%;
}

.ms60 .art-content-layout .art-content{
width: 60%;
}
.ms60 .art-content-layout .art-sidebar1{
width: 40%;
}
.ms70 .art-content-layout .art-content{
width: 70%;
}
.ms70 .art-content-layout .art-sidebar1{
width: 30%;
}

.ms75 .art-content-layout .art-content{
width: 75%;
}
.ms75 .art-content-layout .art-sidebar1{
width: 25%;
}

.sidebar_none .art-content-layout .art-content{
float:left;
width:100%;
}

/*** Close art variations - 4.3 ***/

img.left {
float:left;
margin: 0 1em 1em 0;
}

img.right {
float:right;
margin: 0 0 1em 1em;
}

.header_panel{
	width: 60%;
	float: right;
}

#logo {
	width: 40%;
	float:left;
}

.uncontained #logo {
	float:none;
}

#response {
	background-color:#ccffcc; padding:10px 8px;
}


td {
	padding-right: 6px;
}