@charset "utf-8";
/* Colour Scheme
blue: #009de0
pink: #e2007a
purple: #93117e
*/

/* Reset styles */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ul,li,ol{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100% }table{border-collapse:collapse}caption,th,td{text-align:left}

.clearer { clear: both; }


/* misc styles */

.imgleft { float: left; margin: 0 20px 0 0; }
.imgright { float: right; margin: 0 0 0 20px; }


/* redefine standard styles */

body {
	font: 12px/18px "Myriad Pro", Tahoma, Geneva, sans-serif;
	color: #FFF;
	background: black;
	padding-top: 35px;
	}


/* custom styles */

/* header */

#header {
	height: 100px;
	width: 850px;
	margin: auto;
	padding: 0;
	}

#right-side {
	float: right;
	}

#header ul {
	padding-top: 30px;
    clear: right;
	}

#header li {
	display:inline;
	font-size:12px;
	padding-left:14px;
	}

#header a{
	color: #009de0;
	text-decoration: none;
	}

#header li a:hover{
	color: #e2007a;
	text-decoration: none;
	}

#header .on { color:white; }

#banner {
	background: url(salisbury-graphic-designer/banner-design.jpg) center no-repeat;	
	height: 185px;
	margin: 10px 0;
	}

/* content */

#main {
	width: 850px;
	margin: auto;
	padding: 0;
	}

#side-bar {
	/* margin-right: 700px; */
	width: 213px;
	color: #009de0;
	text-align: right;
	font-size: 13px;
	line-height: 21px;
	}

#side-bar a, #side-bar a:visited {
	text-decoration: none;
	color: #009de0;
	}

#side-bar a:hover {
	color: #e2007a;
	}

#content {
	float:right;
	padding:0;
	width:585px;
	}

	#content h1 {
		font-size: 17px;
		padding-bottom: 10px;
		color: #93117e;
	}

	#content h2 {
		font-size: 15px;
		padding: 10px 0;
		color: #009de0;
	}


#content a, #content a:visited {
	color: #009de0;
}
/* footer */

#footer {
	clear: both;
	width: 850px;
	margin: auto;
	padding: 0;
	margin-top: 40px;
	text-align: right;
	color: #999;
	font-size: 10px;
	}





