/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #c0d9e6;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}
#container {
	width: 950px;
	margin: auto;
}
#title {
	width: 950px;
	height: 76px;
	text-align: center;
	margin-top: 20px;
}

/* ABOUT US */
#aboutus {
	width: 950px;
	margin: auto;
	padding-top: 20px;
}
#aboutus h1 {
	font-size: 24px;
	color: #b7e8ff;
	font-weight: 400;
	padding-bottom: 5px;
}
#aboutus p {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
}

/* PORTALS */
#portals {
	width: 950px;
	float: left;
	margin-top: 30px;
}
#artistic {
	float: left;
	width: 299px;
	height: 92px;
}
#education {
	float: left;
	width: 299px;
	height: 92px;
	margin-left: 26px;
}
#training {
	float: left;
	width: 299px;
	height: 92px;
	margin-left: 27px;
}
#portalWriting {
	width: 950px;
	float: left;
}
#portalWriting p {
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
#portalWriting b {
	color: #b7e8ff;
}
#artWriting {
	float: left;
	width: 294px;
	padding-left: 5px;
}
#edWriting {
	float: left;
	width: 294px;
	padding-left: 5px;
	margin-left: 26px;
}
#trainWriting {
	float: left;
	width: 294px;
	padding-left: 5px;
	margin-left: 27px;
}
#button {
	background-image: url('images/button.png');
	background-repeat: no-repeat;
	width: 121px;
	height: 32px;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}
#button a {
	text-decoration: none;
	color: #a0a0a0;
}
#button a:hover {
	border-bottom: 1px dotted #a0a0a0;
}































