style.css 2.02 KB
.linka A:link {color:#133E51; text-decoration:none}
.linka A:active {color:#133E51; text-decoration:none}
.linka A:visited {color:#133E51; text-decoration:none}
.linka A:hover {color:#133E51; text-decoration:underline;}

.link A:link {color:#FFF; text-decoration:none}
.link A:active {color:#FFF; text-decoration:none}
.link A:visited {color:#FFF; text-decoration:none}
.link A:hover {color:#FFF; text-decoration:underline;}

body		{
		background-color: #133e51;
		margin: 0 auto 0 auto;
		font-family: helvetica, arial;
		font-size: 10pt;
		}

#wrapper	{
		margin: 0 auto 0 auto;
		width: 900px;
		height: auto;
		}
#navigation	{
		width: 900px;
		height: 80px;
		}
#content	{
		width: 100%;
		background-image:url('img/top.gif');
		background-repeat: no-repeat;
		background-color: #FFF;
		padding-top: 10px 20px;
		}
#headerbox {
		height: 33px;
		text-align: right;
		margin:	15px 30px 5px 30px;
		color: #FFFFFF;
}

#headerbox a {
	color: #FFFFFF;
}
#headerbox input
{
	margin: 0;
	padding 0;
	border-style: solid;
	border-width: 1px;
	
}

#sidebar {
	float:right;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFDD;
	margin: 10px 15px;
	padding: 0 1em 0 0;
}

.linka		{
		background-image:url('img/linka2.gif');
		width: 117px;
		height: 27px;
		color: #133E51;
		float: left;
		vertical-align: bottom;
		line-height: 30px;
		text-align: center;
		font-weight: bold;
		margin-right: 3px;
		}
.link		{
		background-image:url('img/link2.gif');
		width: 117px;
		height: 27px;
		color: #FFF;
		float: left;
		vertical-align: bottom;
		line-height: 30px;
		text-align: center;
		font-weight: bold;
		margin-right: 3px;
		}
#head		{
		padding-top: 5px;
		margin-right: 10px;
		float: left;
		}
#cwrap		{
		padding: 10px;
		min-height: 100px;
		}
#footer		{
		background-image:url('img/bottom.gif');
		height: 21px;
		text-align:center;
		}
		
.imgcenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}