/* Styles */ /* */

 
body{
	margin: 0;
	color: #333333;
	padding-bottom: 0px;
 }
     
#left{
	padding:20px;
	background-repeat:repeat;
	width: 210px;
	height:auto;
	float:left;

 }

#main{
	width: 720px;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-left: 40px;
	overflow:auto;
	float:left;
	height:auto;
	position:absolute;
	margin-left:210px;

	 }
 
 #about1{
	width: 230px;
	height: 670px;
	padding-top:25px;
    padding-left: 18px;
	overflow:auto;
	margin-left:255px;
	float:none;
	 }
 
 #about2{
	width: 480px;
	height:850px;
	padding-top:25px;
	overflow:auto;
	float:right;
	position:absolute;
	left: 288px;
	margin-left:240px;
	top: 3px;

	 }
 
 h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        11px;
  font-weight:      bold;
  color:         #929292;
 }
 
  h2 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        12px;
  font-weight:      bold;
  color:         #575757;
 }
 
 h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:  none;
	font-size:        10px;
	font-weight:      bold;
	color:         #575757;
 }
 
  h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:  none;
	font-size:        10px;
	font-weight:normal;
	color:         #575757;
 }
 
  h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:  none;
	font-size:        9px;
	line-height:12px;
	font-weight:normal;
	color:         #575757;
 }
 
 h1 span {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        11px;
  font-weight:       500;
  color:         #929292;
 }
 
  p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        10px;
  font-weight:normal;
  line-height:15px;
  color:         #575757;
 }
 
  a1:link {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        10px;
  font-weight:normal;
  line-height:15px;
  color:         #575757;
 }
 
   a1:visited {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        10px;
  font-weight:normal;
  line-height:15px;
  color:         #575757;
 }
 
   a1:hover {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        10px;
  font-weight:bold;
  line-height:15px;
  color:         #575757;
 }
 
    a1:active {
 font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        10px;
  font-weight:normal;
  line-height:15px;
  color:         #575757;
 }
 a:link   {
  /* Applies to all unvisited links */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        11px;
  font-weight:       500;
  color:         #575757;
  } 
a:visited {
  /* Applies to all visited links */
  font-family:Verdana, Arial, Helvetica, sans-serif;  
  text-decoration:  none;
  font-size:        11px;
  font-weight:       500;
  color:         #575757;
  } 
a:hover   {
  /* Applies to links under the pointer */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        11px;
  font-weight:		bold;
  color:         #575757;
  } 
a:active  {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:  none;
  font-size:        11px;
  font-weight:		bold;
  color:         #575757;
  } 
 
 legal {
 font-family:"Times New Roman", Times, serif;
 font-weight:normal;
 font-size:10px;
 color: #686c6d;
 }
 
links {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:500;
 color: #17d3ff;
 margin: 0;
 }

 cv {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:500;
 color: #686c6d;
 margin: 0;
 }
 
 cv:hover { color:#17d3ff; }
 
 contact {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:500;
 color: #686c6d;
 margin: 0;
 }

contact:hover { 
background-color:#000000;}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 100%;
height: 403px;
background-image:url(../images/pattern.jpg);
background-repeat:repeat-x;
/* IE overflow fix, position must be relative or absolute*/
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 100%; 
height: 403px;
color: black;
}
