/* E. Meyer's Browser defaults reloaded - Thanks Eric */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Browser Default Reset */



body {
	background: #ffffff;
	color: #ffe5ef;
	font-family: Arial, sans-serif;
}


	

a {
	text-decoration: none;
	color: 	#ffe5ef;
}
	
/*Navigation*/


#nav_barbg {
	position: fixed;  
    	left: 50px;
	width: 300px;
	height: 600px;
	background: #ff97c6;
    	border-radius: 0px 0px 150px 150px;
    	z-index: 1;
	
}


#nav_bar {
	position: fixed;  
    	left: 50px;
	width: 300px;
	height: 600px;
	text-align: center;
    	border-radius: 0px 0px 150px 150px;
    	z-index: 1;
	
}



.nav {
	list-style-type: none;
	font: 1.25em Ariel, sans-serif;

}


.social li{
	display: inline;
}

.copyright {
 font-size: .75em;
 
 }
	
/*Content div*/



#content {
	     padding: 10px;
         width: 100%;
	     font: 1em arial;
        overflow-x:hidden;
        overflow-y:hidden;
        white-space:nowrap;
         box-sizing:border-box;
}


.art li{
	display: inline;
  
}

.artimg{
        max-width: 640px;
        padding-left: 10px;
 }

#space {
position:inherit;
width: 350px;
height:auto;
 }
/*
	.contentlist li{
	display: inline;
  
}
*/
.contentimg{
        max-height: 700px;
        padding-left: 450px;
 }

.contenttext{
        max-height: 640px;
        padding-left: 650px;
	padding-top: 10px;
	padding-bottom: 30px;
 }

#frontpage{

	background-image: url("images/2015/aotvs/painting003.jpg");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}





