body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #F5F6F7;
	color: #666;
	margin: 0px;
	height: 100%;
}
body, html {height: 100%;}
p {
	letter-spacing: 0.5px;
	word-spacing: 1px;	
}
a {
	color: #33F;
	text-decoration: none;
}
a:hover {
	color: #33F;
	text-decoration: underline;
}
img {
	border: 0px;
}
td img {
	display: block;
}
#outer{
	display: table; 
	height: 100%; 
	overflow: visible;
	#position: relative; 
	width: 100%;
	text-align: center;
}
 
#inner{
	margin: 0 auto;
	#position: absolute;
	#top: 50%; 
	display: table-cell; 
	vertical-align: middle;
}
 
#content{
	#position: relative; 
	#top: -50%;
}
#portfolio{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#textcontent {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
#logo {
	width: 130px;
	margin: 0 auto;
}
#menu {
	width: 488px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#info {
	font-size: 10px;
	margin: 0 auto;
	border: 1px solid #CCC;
	background-color: #EEE;
	width: 190px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.lowtext {
	font-size: 9px;
}
.hightext {
	font-size: 9px;
	color: #F00;
	font-weight: bold;
}
/* ----------- My Form ----------- */
.form {
margin:0 auto;
padding: 0px;
text-align: left;
width: 200px;
}

fieldset {  
margin: 0px;
padding: 0px;
margin-bottom: 10px;  
border: none;  
text-align: center;
}

fieldset.submit {  
text-align: center;
}

legend {  
margin-left: 0px;  
color: #000000;  
font-weight: bold;
}

fieldset ol {
list-style-type: none;
margin: 0px;
}
fieldset li {  
margin-left: -40px;
}

label {  
text-align: left;
margin: 0px;  
margin-top: 4px;  
display: block;
}

select, textarea, input[type="text"], input[type="file"], input[type="password"] {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 0px;
margin-right: 2px;
margin-top: 2px;
margin-bottom: 2px;
width: 200px;
color: #333;
border: 1px solid #CCC;
background-color: #EEE;
}
input[type="button"], input[type="reset"] {  
}
input[type="submit"] {
font-weight: bold;
}
