html
{
  overflow: hidden;
  height: 99%;
}
                         
body
{
  background: #333333;
  height: 99%;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

/* === Containers === */

#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 660px;
}

#second_container
{
  position: absolute; 
  top: 30%;
  vertical-align: middle;
  width: 100%; 
}

#third_container
{
  position: relative; 
  top: -103px; 
  width: 660px;
}

#social_networking
{
  position: absolute; 
  margin-left: 25px;
  width: 150px;
}

/* === Menu === */

#menu
{
  height: 31px;
  padding-right: 5px;
  margin: 0;
  list-style: none; 
}

#menu li
{
  float: right;
  display: block;
  width: 75px;
  height: 31px;  
}

#menu a
{
  display: block;
  width: 70px;
  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #ffffff; 
  background-color: #333333;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/tab_pink.jpg');
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 70px;
  height: 31px;  
  background-image: url('images/tab_pink.jpg');    
  text-decoration: none;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
}

/* === Language menu === */

#submenu
{
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 22px;
  padding-top: 5px;
  margin: 0;
  list-style: none;   

}

#submenu li
{
  float: left;
  display: block;
  width: 120px;  height: 31px;  
  color: #ff0099;
  font-weight: bold;
}

/* === Other Divs === */

.border
{
  background-color: #333333;
  border: 10px solid #ffffff;
  padding: 0px 1px 1px 140px;
  height: 388px;
  /*background-image: url('images/back.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.title
{
  position: absolute;
  margin-left: 10px;
  margin-top: 10px; 
  width: 135px;
  height: 388px;
  background-image: url('images/logo1.jpg');
  /*background-repeat: no-repeat;*/
}

.content
{
  height: 365px;
  padding: 7px 7px 16px 7px;
  overflow: auto;
}
.twitter
{
    font-size: 16px;
    color: #ff0099;
    padding-left: 10px;
}
.designinfo
{
  margin-top: 6px;
  /*padding-right: 25px;
  text-align: right;*/
  color: #ffffff;
  background-color: inherit;
  width: 200px;
  margin-left: 20px;
}
.addthis_button
{
    margin-top: -15px;
    width: 420px;
    margin-left: 210px;
    padding-right: 0px;
    text-align: right;
}
.designinfo a
{
  color: #ffffff;
  text-decoration: none;
}
.designinfo a:hover, .text a:active
{
  color: #cccccc;
  text-decoration: none;
}


/* === Inline Text Styles === */

h1
{
  margin: 18px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;
  border-left: 3px solid #ff0099;

}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 20px 5px 20px 12px;
  color: #cccccc;
  font-size:	9pt;
}

.text a
{
  color: #ff0099;
  text-decoration: underline;
  font-size: 9pt;
}

.text a:hover, .text a:active
{
  color: #ff0099;
  text-decoration: underline;
}
.homepageimg
{ 
    float: right;
    padding-top: 8px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.profileimg
{ 
    float: right;
    padding-top: 5px;
    padding-left: 20px;
}
.right
{
  float:right;
  margin: -20px 5px 0px 2px;
  color: #cccccc;
  font-size:	9pt;
}
blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold
{
  font-weight: bold;
}
.testimonial
{
	font-size: 12px;
	color: #cccccc;
	font-style: italic;
}
h2 
{
  font-size: 14px;
  color: #ffffff;
}
.italic
{
  color: #cccccc;
  font-size:	9pt;
}
.pinktext
{
  color: #ff0099;
  font-size:	9pt;
}
.white 
{
 color: #cccccc;
}
    
p
{
/*margin-bottom: 10px;*/
margin-top: 9px;
font-size: 0.9em;
color: #cccccc;
}
img.screenshot
{
/*position: fixed;*/
top: -2px;
border: 1px solid #ffffff;
}
img.floatleft
{
float: left;
margin: 10px 10px 3px 0px;
}