@charset "UTF-8";
a {
	text-decoration: none;
}
a img {
	border: none;
}
a:link {
	color: #5da0ca;
}
a:visited {
	color: #5da0ca;
}
a:hover  {
	color: #B0CEE0;
}
a:active {
	color: #846B6D;
}
body {
	background: #B0CEE0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 5px;
}
#containerHome {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #B0CEE0;
	padding: 0px;
	height: 567px;
}
#mainContentHome {
	background-color: #5697BD;
	margin: 5px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 780px;
	height: 500px;
}
#headerHome {
	background-image: url(images/home_rina_studio.gif);
	height: 47px;
	width: 780px;
}
#headerHome h1 {
	margin-left: -9000px;
	font-size: 10px;
}
#navbarHome {
	background-color: #453132;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	height: 30px;
	width: 447px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 328px;
}
#textHome {
	background-image: url(images/homeback.gif);
	width: 400px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 330px;
	height: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #372425;
}
#container {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #B0CEE0;
	padding: 0px;
}
#mainContent {
	background-color: #FFFFFF;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 780px;
	margin: 5px;
}
#header {
	background-image: url(images/sub_rina_studio.gif);
	height: 47px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header h1 {
	margin-left: -9000px;
	font-size: 10px;
}
#navbar {
	background-color: #453132;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	height: 30px;
	width: 501px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 274px;
}
#text {
	background-image: url(images/subback.gif);
	width: 400px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #372425;
	background-color: #FFFFFF;
}
#text td {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.clear {
	clear: both;
}

