* {
		margin: 0;
		padding: 0;
}

a {
		color: #8C489F;
		text-decoration: underline;
}

a:hover {
		color: #A05BB5;
		text-decoration: none;
}

body {
		background-color: #ffffff;
		background-image: url(../img/bg.png);
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #393939;
		line-height: 20px;
}

#box {
		width: 860px;
		margin: 0 auto;
}

#header {
		width: 100%;
		height: 180px;
}

#header h1 a {
		font-size: 30px;
		font-weight: bold;
		color: #FFFFFF;
		float: left;
		margin-top: 40px;
		text-decoration: none;
		line-height: 30px;
		padding-top: 3px;
}

#header h2 {
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		float: left;
		margin: 50px 0px 0px 22px;
		padding-left: 20px;
		border-left: 2px solid #C3C3E5;
}

menu {
		width: 826px;
		height: 55px;
		background-image: url(../img/menu.png);
		float: left;
		margin-top: 52px;
		padding: 0px 17px 0px 17px;
}

menu li {
		list-style: none;
		float: left;
		margin-top: 3px;
}

menu a {
		height: 34px;
		padding: 18px 13px 0px 13px;
		float: left;
		color: #FFFFFF;
		text-decoration: underline;
}

menu a:hover {
		text-decoration: none;
		color: #FFFFFF;
}

#active {
		background-image: url(../img/menu-active.png);
		font-weight: bold;
		text-decoration: none;
}

#content {
		width: 854px;
		background-image: url(../img/bg2.png);
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		margin: 4px 0px 0px 3px;
		float: left;
		padding: 30px 0px 17px 0px;
}



#right-sidebar {
		
		width: 734px;
		padding: 0px 60px 20px 60px;

}

#right-sidebar h1 {
		font-size: 30px;
		font-weight: normal;
		color: #000000;
		margin-bottom: 22px;
}

#right-sidebar h2 {
		font-size: 24px;
		font-weight: normal;
		color: #000000;
		margin-bottom: 18px;
		padding-bottom: 12px;
		border-bottom: 1px solid #cecece;
}

#right-sidebar p {
		margin-bottom: 25px;
}

.img {
		width: 128px;
		height: 94px;
		background-image: url(../img/img.jpg);
		float: left;
		margin-right: 19px;
}

.images {
		width: 100%;
		height: 94px;
		float: left;
}

.img:hover {
		background-image: url(../img/img-hover.jpg);  
}

#left-column {
		width: 420px;
		float: left;
		margin: 45px 0px 0px 0px;
}

#right-column {
		width: 260px;
		float: right;
		margin: 45px 0px 0px 0px;
}

#left-column h1, #right-column h1 {
		font-size: 18px;
}

#footer {
		padding: 13px 0px 13px 0px;
		border-top: 1px solid #cecece;
		float: left;
		width: 100%;
}

.footer-text1 {
		float: left;
		color: #b3b3b3;
}

.footer-text2 {
		float: right;
		color: #b3b3b3;
}