﻿/* All the content boxes belong to the content class. */
body {
	color: #382E6B;
	background-color: #ffffff;
	}

#header {
background-color: #382E6B;
color: #BBB3E6;
}

.title, .titleSub {
color: #BBB3E6;
}

.error {
	color: Red;
}

#contents, #navMain, #navUser, #footer  {
	border:1px solid #382E6B;
	}

#navMain, #navUser {
	color: #9F381B;
	background-color:#BBB3E6;
	}

#navMain a, #navMain a:link, #navMain a:visited, #navUser a, #navUser a:link, #navUser a:visited {
color: #382E6B;
border-bottom:1px dashed #382E6B;
}

#navMain a:hover, #navUser a:hover {
	color: #BBB3E6;
	background-color:#382E6B;
}

#footer {
background-color: #BBB3E6;
}

a, a:link, a:visited {	color: #746725;
	border-bottom:1px dashed #746725;
	}

a:hover {background-color:#746725;
		color: #ffffff;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover{	color: #382E6B;
	border-bottom:1px dashed #382E6B;
	background-color: #BBB3E6;
	}
#container {

width: 960px;
margin: 0px 0px 0px 0px; 
text-align: left;
margin-right : auto; 
margin-left : auto; 
}
#navuser {
	float:left;
	clear:left;
	width: 128px;
	}
#contents {
background-color:transparent;
margin-right: 0px;
                }