/* CSS Document */

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	min-width: 784px;
	text-align: center;
	background-color: #EEEEEE;
}


.wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 784px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
	overflow: hidden;
}

.mast {
	height: 20px;
	width: 785px;
}
.masttitle {
	float: left;
}
.mastlinks {
	font-size: x-small;
	color: #FFFFFF;
	float: right;
	margin-top: 2px;
	margin-right: 16px;
}

.mastlinks a{
	color:#FFFFFF;
	text-decoration: none;
	}

.mastlinks a:hover {
	text-decoration:underline;
	}


h2 {
	font-size: 0.9em;
	color: #004B8D;
}
p {
	font-size: 0.7em;
}
.arttext {
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}
.title {
	padding-left: 20px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
.smallpix {
	float: right;
	width: 190px;
	margin-right: 20px;
	border: thin solid #000000;
	overflow: hidden;
}

.smallpix p {
	text-align:center;
	padding: 2px;
	}


.featurepic {
	margin-top: 10px;
	margin-bottom: 10px;
}
.maincaption {
	float: right;
	font-style: italic;
	margin-top: 54px;
	margin-right: 5px;
}
.artlink {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.ad {
	border: thin solid #333333;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #cccccc;
	padding: 2px 10px 2px 10px;
	margin-top: 80px;
	border-top: 1px solid #cccccc;
	border-right: 1px none #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px none #cccccc;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
.aded {
	font-size: 1.1em;
	width: 500px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.aded h3 {
	font-size: 0.7em;
	}
.adedpic {
	float: right;
	width: 200px;
	margin-top: 30px;
	margin-right: 15px;
}
.white {
	color: #FFFFFF;
}
.index {
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
}

.index img{
	padding-right: 10px;
	}

.index h1 {
	font-size:1.2em;
	}

.index h2 {
	color:#FFFFFF;
	}

.index p {
	font-size: 0.9em;
	}
	
.index a{
	color: #FFFFFF;
	text-decoration: none;
	}

.index a:hover {
	text-decoration: underline;
	}
.indexleft {
	float: left;
	width: 350px;
}
.indexright {
	float: right;
	width: 360px;
}
