@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color:#333333;
	font-family:Helvetica, Verdana, Arial;
	font-size:12px;
	color:#CCCCCC;
	}
	
.content {
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	
	}

.title {
	width:900px;
	margin-top:10px;
	text-align:center;
	}
	
.navbar {
	width:900px;
	height:55px;
	text-align:center;
	margin-top:50px;
	position:relative;
	margin-left:auto;
	margin-right:auto;

	}
	
#home {
                height:20px;
                width:150px;
				position:absolute; left:0;
				font-size:14px;
				letter-spacing:.2em;
            }
			
#exhibitions{
                height:20px;
                width: 150px;
				position:absolute; left:250px;
				font-size:14px;
				letter-spacing:.2em;
            }
			
#about {
                height:20px;
                width: 150px;
				position:absolute; left:500px; 
				font-size:14px;
				letter-spacing:.2em;
        }
			
#links {
		height:20px;
		width:150px;
		position:absolute; left:750px;
		font-size:14px;
		letter-spacing:.2em;

		}
		
.contents {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
.textbox {
	width:650px;
	height:1000px;
	float:left;
	}
	
.sidebar {
	width:250px;
	height:100%;
	float:right;
	}
	
	
.mailinglist {
	width:225px;
	margin-left:auto;
	margin-right:auto;
	}
	
.upcoming {
	width:225px;
	height:225px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	}
	
.networking {
	width:225px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	}
	
.exhibition {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-botom:15px;
	}
	
.imgholder {
	margin:0 auto;
	display:block;
	height:60px;
	}
	
		
.img1 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}
	
.img2 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}
	
.img3 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.img4 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.img5 {	
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.img6 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.img7 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.img8 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.img9 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.img10 {
	float:left;
	width:50px;
	height:50px;
	margin:5px;
	}

.showtitle {
	font-weight:bold;
	font-size: 18px;
	padding-bottom:5px;
	}
	
.curator {
	font-size:16px;
	padding-bottom:10px;
	}
.showdescription {
	padding-top:10px;
	}

h1 {color:#990000; font-family:Helvetica, Verdana, Arial; font-size:14px; letter-spacing: .2em;}
h2 {font-weight:heavy; font-size:34px; text-align:center;}
h3 {font-weight:normal; font-size:34px; text-align:left;}

a:link {color:#990000; font-family:Helvetica, Verdana, Arial; text-decoration:none;}
a:active {color: #444444; text-decoration:none; }
a:visited {color: #990000; text-decoration:none; }

a#nav {font-size:24px; }
a#net {color:#CCCCCC; }

a img {border:none;}

hr {
	color:#990000;
	background-color:#990000;
	height:2px;
	border:0;
	}