body,h1,h2,h3,p,quote,small,form,input,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

ul,li{
	/* Page reset */
	margin:5px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:12px;
	background: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:920px;
	overflow:hidden;
}


#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

#side-a {
  line-height:1.5em;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 30px;
	float: left;
	text-align:left;
	width: 390px;
}

#side-b { 
  line-height:1.5em;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 40px;
	float: left;
	text-align:left;
	width: 390px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-bottom:15px;
  line-height:1.4em;
}

hr {
  color:#999999;
  background-color:#999999;
  border:0;
  width:90%;
  height:1px;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}
