/* voyagerdome css */
body		{padding:0; margin:0;width:100%; height:100%}

/* page */
#page		{margin:10px 20px;border:1px solid green;}

/* header */
#header	{ border: 1px solid red}

/* navigation */
#navlist	{clear:both; }
#navlist ul, #navlist li{
			display:none;			
			list-style-type: none;
}
#navlist li#active {
			display:block!important;
			padding-bottom: 5px;
			color: #f00;
			font-size:120%;
			font-weight:bold;
}
a		{text-decoration:none;}
/* main content */
#content	{clear:both; border: 1px solid blue; margin-top:20px}

/* page footer */
#footer	{margin-top:20px; border: 1px solid yellow;}

/* rest */
.hideMe	{display:none;}

/* contact page */

label	{display:block;
		float:left;
		clear:left;
		width:200px;
		padding-right:1em;
		text-align:right;
		line-height:1.8em;
}
input, textarea	{display:block;
		float:left;
		width:250px;
		overflow:auto;
}
#message	{width:400px; height:200px;}
.btn		{display:none;}
