/* CSS Reset */

    html, div, span, applet, object, iframe, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
    dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after,
    q:before, q:after { content: ''; content: none; }
    :focus { outline: 0; }
    ins { text-decoration: none; }
    del { text-decoration: line-through; }
    table { border-collapse: collapse; border-spacing: 0; }


/* INDEX CSS */

#all {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}

#head {
	float:left;
	width:900px;
	clear: both; 
	text-align: center;
}

#sidebar {
	float: left;
	width: 250px;
	padding-top: 5px;
	padding-left:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#sidebar p {
	width: 227px;
}

#sidebar img {
	float: left;
}

#content {
	float: left;
	width: 590px;
	padding-top: 5px;
	padding-right:25px;
}

#footer {
	float:left;
	width:900px;
	clear: both;
	text-align: center;
	padding-top: 45px;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	color: #0093C1;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navbar img {
	float: left;
}


/* Edited Hardcodes */

a{
	color: #0093C1;
}

a:visited {
	color: #0093C1;
}

a:hover {
	color: #00A9DE;
}

img {
	border: 0px;
	border: 0px;
	margin:0px;  
	padding: 0px;

}

p {
	font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

body {
	background-image: url("gallery/images/index/indexbackground.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	background-color: #ebebeb;
}

/* Side Menu */

#menu {
	clear: both;
	width: 245px;
	text-align: center;
    float: left;
}

#menu ul {
	margin-left: -5.0em;
}

#menu li {
	list-style-type: none;
	width: 245px;
	text-align: center;
    float: left;
}

#menu a {
	display: block;
	text-decoration: none;
}

/* Classes */

.left {
  float: left;
  width: 60%;
  padding-right: 5%;
}

.right {
  float: left;
  width: 28%;
}


