@import url('normalize.css');
@import url('powertip.css');

html, body {
  	margin: 0;
  	padding: 0;
  	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  	height: 100%;
}
body{
	width: 100%;
}

div#top-bar{
	width: 100%;
	height: 30px;
	background-color: black;
	text-align: center;
}
div#top-bar img{
	margin-top: 6px;
}

div#wrapper{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 670px;
}
div.block{
	float: left;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
div.block:hover{
	opacity: 1;
	filter: alpha(opacity=100);	
}

div#logo{
	width: 200px;
	height: 200px;
}
div#voice{
	width: 400px;
	height: 200px;
	margin-left: 50px;
}
div#content{
	background-color: white;
	width: 650px;
	height: 400px;
	margin-top: 50px;
}
div#content-inner{
	width: 600px;
	height: 350px;
	margin-left: 25px;
	margin-top: 25px;
}

#form input[type=text], #form select{
	width: 200px;
	border: 1px solid #ddd;
	background: #fff url(images/form_input.gif) repeat-x;
	padding: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#form input[type=submit]{
	width:150px;
	height:37px;
	line-height:37px;		
	border:none;
	background:url(images/submit_button.png) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 10px;
}			
td.form-align-right{
	text-align: right;
}

a:link{
	color: blue;
}
a:visited{
	color: blue;
}
a:active{
	color: blue;
}
a:hover{
	color: orange;
}