/* CSS Document */

body,td,th,p {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #666666;
}
body {
	 margin-left: 0px;
	 margin-top: 110px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 background-image: url(img/bkg.gif);
     background-color: #333333;
}
img {
	border: none;
}
a:link, a:visited, a:active {
     color: #999999;
     text-decoration: none;
}
a:hover {
     color: #666666;
     text-decoration: none;
}
form {
     margin: 0;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0px;
}
h1 { font-size: 18px; line-height: 22px; }
h2 { font-size: 16px; line-height: 20px; }
h3 { font-size: 14px; line-height: 28px; }
h4 { font-size: 12px; line-height: 14px; }
h5 { font-size: 10px; line-height: 12px; }
h6 { font-size: 8px; line-height: 10px; }

h1,h3,h5 {
	color:#333;
	font-weight: bold;
}
h2,h4,h6 {
	color:#CCCCCC;
	font-weight: bold;
}
ol {
	list-style-type:decimal;
	padding: 0 0 5px 20px;
	color: #666666;
}
ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 10px 15px;
	color: #666666;
}
li {
	margin: 0;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
hr {
	padding-top: 5px;
  border: 0px;
  border-bottom: 1px solid #333333;
  text-align: center;
  height: 0px;
}

/* ========================{ LOGO and CALL ME }=========================== */

.header {
	padding-bottom: 15px;

}
.logo img {
background-color: #333333;
border: none;
}
.callme img {
border: none;
}

/* ========================={ CONTENT }=================================== */

.content {
}

#lightbox2 img {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

#lightbox2 {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.about_line img{
	padding-top: 10px;
}

/* ========================={ PIC }=================================== */

.pic img{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}

.pic,p {
	margin-left: 10px;

}
	

/* ========================={ FOOTER }==================================== */

.footer {
	color: #333333;	
	padding-top: 5px;  
	padding-left: 0px;
	text-align: left;
	font-size:12px;

}
.copyright { 
	padding: 0px; 
	text-align: left; 
	font-size:10px; 
	color: #333333; 
}



