/* CSS Document */

body {
	font-family			: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color				: #000000;
	font-size: 12px;
	background-color	: #666666;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 14px;
}

.bold {
font-weight: bold;
}

#container {
width: 760px;
height: 852px;
background-color: #FFFFFF;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border: #000000 1px solid;
}

#logo {
height: 80px;
width: 750px;
/*border: red 1px solid;*/
text-align: right;
padding-top: 10px;
}

#menu {
background-color: #CCCCCC;
height: 27px;
width: 760px;
/*border: green 1px solid;*/
padding-left: 0px;
margin: 0px;
}

#menu ul {
margin: 0px;
padding: 7px 0px 0px 0px;
}


#menu li {
display: inline;
list-style: none;
}

#menu a {
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 11px;
text-align: center;
display: block;
float: left;
width: 80px;
height: 15px;
padding: 3px 0px 0px 0px;
border-right: #666666 1px solid;
margin-top: 4px;

}


#menu a:hover {
text-decoration: underline;
}

#menu .menu_current {
font-style: italic;
}

#flash {
margin: 0px;
width: 760px;
height: 250px;
/*border: blue 1px solid;*/
}

#content {
line-height: 20px;
width: 480px;
height: 400px;
/*border: pink 1px solid;*/
margin-top: 15px;
padding-left: 30px;
float: left;
}

#box {
	color: #666666;
	width: 200px;
	height: 400px;
	float: right;
	margin-top: 15px;
	padding-left: 7px;
	border-left: #CCCCCC 1px dotted;
}

#footer {
margin-top: 33px;
text-align: center;
color: #CCCCCC;
font-size: 11px;
width: 740px;
height: 35px;
padding-left: 15px;
border: white 1px solid;
}

.clear {
clear: both;
}

.about {
margin-right: 10px;
width: 200px;
height: 300px;
border: white 1px solid;
float: left;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

#phikar {
background:url(../pics/phikar.gif) no-repeat;
margin-top: 25px;
width: 491px;
height: 53px;
}

#domains_index {
margin-top: -5px;
font-size: 10px;
color: #444444;
width: 760px;
text-align: left;
margin-left: auto;
margin-right: auto;
/*border: red 1px solid;*/
}

#domains_index a {
color: #444444;
}
