@charset "UTF-8";
body  {
	background: #101010;
	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;
}
.customize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #E6E6E6;
}
.designs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #C1C44C;
	line-height: 80%;
}
.tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #E6E6E6;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	color: #cccccc;
	line-height: 10%;
}
.twoColFixLtHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #999;
} 
 
.twoColFixLtHdr #header { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 2000px;
}
.twoColFixLtHdr #sidebarabout {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 1250px;
}
.twoColFixLtHdr #sidebarmain {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	width: 530px;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 13em;
	height: 360px;
} 
.twoColFixLtHdr #mainContent p {
	line-height: 12px;	
} 
#home_swf{
	width: 530px;
	height: 360px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.twoColElsLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.twoColFixLtHdr #container #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCC2; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.fltrtside {
	float: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	boarder: none;
}

.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-top: 75px;
	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;
}
.decription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	font-weight: lighter;
	font-style: normal;
}
.section {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 35px;
	color: #C09;
	font-weight: bold;
}
.section3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 35px;
	color: #C1C44C;
	font-weight: bold;
}
.section2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 35px;
	color: #09C;
	font-weight: bold;
}
.section4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 35px;
	color: #F90;
	font-weight: bold;
}
company {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#company {
	font-family: Tahoma, Geneva, sans-serif;
	color: #CCC;
	font-size: 13px;
}
