/* Prevent Firefox Scrollbar Jump */
html { overflow-y:scroll; }


/* You can float image automatically to left or right */	
.img_caption.left {
	float: left;
	margin-right: 1em;
	margin-top: 1.4em;
}
.img_caption.right {
	float: right;
	margin-left: 1em;
	margin-top: 1.4em;
}
.img_caption.left p {
	clear: left;
	text-align: center;
}
.img_caption.right p {
	clear: right;
	text-align: center;
}


h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover
{
	width: 300px; height: 100px; 
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px; 
	margin: 25px;
}


.art-Footer
{
	width: 100%;
}

.art-Footer .art-Footer-background
{
	background-repeat:repeat-x;
	width: 100%;
}

.art-contentLayout
{
	min-height:500px;
}

.dp50{width:50%; float:left; display: inline; *margin-right:-1px; height:150px;}

.dp50 li {border: 1px solid #A6BEC4; list-style-type: none; padding: 5px; margin:0 2px; min-height:150px;}

input, select
{
	font-size: 14px;
	padding: 8px;
	color: #DC7B0F;
}
.art-button-wrapper
{
	margin-left:128px;
}

/* begin Separator */
.separator
{
	display: inline-block;
	width: 1px;
	height: 10px;
	margin: 0 5px;
	background-image: url('../images/MenuSeparator.png');
}

/* end Separator */
