@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../grad_gallery/images/back_gradient.png);
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #fff;
	width: 980px;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../grad_gallery/images/left_back.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
#wrapper #header {
	background-image: url(../grad_gallery/images/click_logo_work.png);
	height: 150px;
}
#wrapper #left_col {
	padding: 15px;
	float: left;
	width: 170px;
}
#wrapper #right_col {
	padding: 15px;
	width: 750px;
	margin-left: 200px;
	float: none;
}
#wrapper #footer {
	clear: both;
	padding: 15px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	background-color: #c8d4e0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
}
#wrapper #nav {
	background-color: #c8d4e0;
	text-align: right;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
#wrapper #nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #nav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
}
#wrapper #nav ul li a {
	color: #006;
	text-decoration: none;
}
#wrapper #nav ul li a:visited {
	color: #000;
}
#wrapper #nav ul li a:hover {
	color: #03F;
	text-decoration: underline blink;
}
#wrapper #nav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #webgallery {
	height: 581px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}	

