html{
 height:100%;
 min-width:850px;
}

body {
 	font: 12px Helvetica, Arial, "Lucida Grande", Lucida Console, Verdana, sans-serif;
 	min-width: 1002px;
	margin:0;
	padding:0;
	background-color: #eee;
}

.art_result_box{
  border:1px solid;
  padding:5px;
  margin-bottom:10px;
  overflow:hidden;
}

#content {
 	text-align: left;
 	width: 1002px;
 	margin: 5px auto;
}

#content-login {
 	text-align: left;
 	width: 1002px;
 	margin: 15px auto;
  background: #eee url('../images/loginbackground.jpg') top center no-repeat;
  height: 100%;
  padding:50px;
}

#main-login {
	width: 500px;
	background-color:#fff;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
  margin: auto;
}

#main {
	width: 702px;
	float: left;
	padding: 10px;
	padding-bottom: 25px;
	background-color:#fff;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
}

#subnavigation {
	float: right;
	width: 230px;
	height: 100%;
	padding: 10px;
	padding-bottom: 25px;
	background-color:#fff;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
}

#content #title {
	font-size: 24px;
	text-decoration: underline;
	padding-bottom:10px;
}

#header{
	background: #eeeeee url(../images/nav-bar-bg.png) repeat-x;
	height:45px;
	left:0px;
 	top:0px;
	min-width: 1002px;
}

#header #menu {
	position: relative;
	display: block;
 	height: 45px;
 	width: 1002px;
 	margin: 0 auto;
}

#header #menu a {
 	position: relative;
	top: 15px;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}

#header #menu a:hover {
	text-decoration: underline;
}

#menu_navigation_wrap {
	position: relative;
	height: 2.5em;
	background: #CCCCCC url(../images/navigation_bg.png) repeat-x 0 0;
	border-bottom: 1px solid #fff;
	min-width: 1002px;
}
#menu_navigation {
	position: relative;
	height: 2.5em;
	width: 1002px;
	margin: 0 auto;
	padding: 8px;
}

#menu_navigation a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	color: #4F4F4F;
}

#menu_navigation a:hover {
	text-decoration: underline;
}

#member{
	padding-bottom: 10px;
}

.pics {
    height:  182px;
    width:   182px;
    margin-left:  auto;
    margin-right: auto;
 		margin-bottom: 5px;
}

.pics img {
    padding: 15px;
    border:  1px solid #ccc;
    background-color: #eee;
}

.featured {
    height:  200px;
    width:   200px;
    margin-left:  auto;
    margin-right: auto;
 		margin-bottom: 10px;
}

.featured img {
  padding: 0px;
  display: block;
  margin-left:  auto;
  margin-right: auto;
}

#alerts {
	margin-top: 10px;
	float: right;
	width: 230px;
	height: 100%;
	padding: 10px;
	padding-bottom: 25px;
	background-color:#fff;
	border: 1px solid #b6b6b6;
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
}