* {
margin: 0;
padding: 0;
}

body {
	background-color:#262626;
	background-image: url(../images/bg_prog_12.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 26px;
	color: #ffffff;
}

h3 {
	font-size: 14px;
	color: #66cc33;
}

h4 {
	display: inline;
}

p {
	margin:1em 0 0 0;
}

.bullet {
	padding: 10px 0 0 44px;
	background: url(../images/bullet.gif);
	background-repeat:no-repeat;
}

#container {
	text-align: left;
	width: 900px;
	margin: auto;
}

#footer {
	margin-top:10px;
	width: 100%;
	float: left;
}

h2.logo {
	position: relative;
	background: url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	width: 440px;
	height: 108px;
	float: left;
}

h2.logo span {
	font-family: "Gill Sans";
	font-weight:100;
	line-height:26px;
	position: absolute;
	top: 57px;
	left: 174px;
}

#navlist {
	padding:0;
	float: right;
	margin-top: 80px;
	margin-right: 0px;
	width: 450px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}



a {
	color: #66cc33;
}


#content {
	width:100%;
	float: left;
	margin-top: 10px;
}

.leftcol {
	width: 49%;
	float: left;
}

.rightcol {
	width: 49%;
	float: right;
}


.leftcol ul {
	margin: 1em 0 0 1em;
}

.rightcol ul {
	margin: 1em 0 0 1em;
}


#myGallery
{
	padding-top:20px;
	width: 900px !important;
	height: 352px !important;
	float:left;
} 


* html #myGallery
{
	padding-top:20px;
	width: 900px !important;
	height: 352px !important;
	float:left; clear: both;
} 


#myGallery2
{
	width: 900px !important;
	height: 617px !important;
	float:left;
} 

.portfoliorow {
	width: 100%;
	float: left;
	margin:0 0 10px 0;
	padding:0;
}

.portfoliorow h3 {
	margin:5px 0 5px 3px;
	padding:0;
}

.portfoliorow img {
	float:left;
	margin: 5px 10px 5px 0;
	border:1px solid #999999;
}

img.tinyl {
	float:left;
	border:1px solid #999999;
	margin: 0 5px 5px 0;
}

img.tinyr {
	float:right;
	border:1px solid #999999;
	margin: 0 0 5px 5px;
}
