/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body  {
	background: #CC3333;
	text-align: center;
	vertical-align: top;
}
.twoColFixRtHdr #containAll {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixRtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/redBGDesign.gif) no-repeat scroll left bottom;
	margin: 0px; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixRtHdr #header {
	background: #CC3333;
	padding: 10px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	vertical-align: top;
	white-space: nowrap;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align: left;
}
.twoColFixRtHdr #mainContent {
	margin: 0px 250px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0px 15px 15px;
	text-align: left;
	vertical-align: top;
}
.twoColFixRtHdr p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	letter-spacing: 1px;
	 
} 
.twoColFixRtHdr h1 {
	color: #00CC00;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}
.twoColFixRtHdr #footer {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 30px;
	margin: 0px;
	padding-bottom: 15px;
	white-space: normal;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* menu horizontal */
.twoColFixRtHdr #underlinemenu{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#underlinemenu ul{
	margin: 0px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	vertical-align: top;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0px;
	margin-top: 0px;
}


#underlinemenu ul li{
	display: inline;
	text-align: left;
}


#underlinemenu ul li a{
	float: none;
	font-weight: bold;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 6px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}
#underlinemenu ul li a:hover{
	color: #00CC00;
	padding-right: 25px;
	padding-left: 6px;
}
/* menu horizontal */
.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;
}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	 
}
#copyright p {
	color: #FFFFFF;
}
.text10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	font-style: normal;
	 
}
.titlehome {
	color: #CC3333;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}
.test18 {
font-family: Arial, Helvetica, sans-serif; 
color: #666666; 
font-size: 18px; 
}
.titleportfolio {
	color: #4786B1;
	font-size: 18px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}
a:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #copyright {
	padding-right: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	width: 730px;
	padding-top: 20px;
	text-align: center;
}
.style1 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

