@charset "UTF-8";

body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLt    #containerHome {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/home-image_03.jpg);
}
.twoColFixLt    #containerWorkIndex {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/blank-black-bg_03.jpg);
}
.twoColFixLt   #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background_02.jpg);
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	margin-top: 120px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLt #gallery1 {
	float: right; /* since this element is floated, a width must be given */
	width: 700px;
	margin-top: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.indexTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: -14px;
	margin-left: 12px;
	float: left;
}
.indexDesc {
	font-size: 0.8em;
	color: #666666;
	margin-left: 30px;
	line-height: 0.9em;
	float: left;
	margin-bottom: 12px;
}
.clearthefloats {
	clear: both;
	margin-bottom: 30px;
}
.portfolioThumb {
	float: left;
}
.twoColFixLt  #mainContentHome {
	margin-top: 96px;
	margin-right: 0;
	padding: 0;
} 
.twoColFixLt #mainContent {
	margin-top: 96px;
	margin-right: 0;
	margin-bottom: -100px;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.twoColFixLt   #mainContentWorkIndex {
	margin-top: 96px;
	margin-right: 0;
	padding: 0;
	background-image: url(images/blank-black-bg_03.jpg);
} 
#mainContentPortfolio {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 500px;
	float: left;
}
#mainContentPortfolio img {
	float: left;
	width: 100px;
}
#portfolioMainImage {
	margin-left: 30px;
	float: left;
	width: 300px;
	margin-top: 50px;
}
.portfolioDescription {
	margin-left: 200px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt  #mainNavHome {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	text-align: right;
	color: #FFFFFF;
}
.twoColFixLt #mainNav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	text-align: right;
	color: #FFFFFF;
}
.twoColFixLt #textContent {
	float: left;
	width: 370px;
	margin-right: 6px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-left: 15px;
}
.twoColFixLt #textContentRt {
	float: left;
	width: 300px;
	margin-right: 6px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	margin-left: 15px;
}
.twoColFixLt #textContentAbout {
	float: left;
	width: 570px;
	margin-right: 6px;
	margin-top: 20px;
}
h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: uppercase;
}
h2    {
	font-size: 0.9em;
	font-weight: normal;
	color: #999999;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 0.9em;
	text-transform: uppercase;
	margin-top: -0.9em;
}
.twoColFixLt  #textContentAbout h2{
	font-size: 0.9em;
	font-weight: normal;
	color: #999999;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 0.9em;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #6699CC;
	font-weight: normal;
        line-height: 0.8em;
	text-transform: uppercase;
}
p,  li  {
	font-size: 0.8em;
	color: #999999;
	line-height: 1.1em;
	font-weight: normal;
}
.twoColFixLt #thumbnails {
	font-family: "Courier New", Courier, monospace;
	float: left;
	width: 300px;
	margin-left: 15px;
	margin-top: 40px;
}
.twoColFixLt #leftNav {
	font-size: 0.7em;
	color: #999999;
	margin-top: 12px;
}
.twoColFixLt #leftNav a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLt #leftNav a:visited {
	color: #666666;
	text-decoration: none;
}
.twoColFixLt #leftNav a:hover {
	color: #99CCFF;
	text-decoration: none;
}
.twoColFixLt  #containerAbout {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background_02.jpg);
}
/* .twoColFixLt #textContentAbout p {
	font-size: 0.8em;
	color: #999999;
	line-height: 1.1em;
	font-weight: normal;
}
.twoColFixLt #textContentAbout h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 0.8em;
	text-transform: uppercase;
}
.twoColFixLt #textContentAbout h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 0.9em;
	text-transform: uppercase;
}

*/

.twoColFixLt #leftNavAbout {
	font-size: 1.1em;
	color: #999999;
	margin-top: 12px;
}
.twoColFixLt #leftNavAbout a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.twoColFixLt #leftNavAbout a:visited {
	color: #666666;
	text-decoration: none;
}
.twoColFixLt #leftNavAbout a:hover {
	color: #99CCFF;
	text-decoration: none;
}
.twoColFixLt #textContentContactL {
	float: left;
	width: 330px;
	margin-right: 20px;
	margin-top: 20px;
}
.twoColFixLt  #textContentContactR {
	float: left;
	width: 330px;
	margin-right: 20px;
	margin-top: 20px;
}
a:link {
	color: #99CCFF;
	text-decoration: none;
}
a:visited {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
