@import 'nav.css';
/* CSS Document */

*{margin:0px;padding:0px;}
img{border:none;}
body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#wrapper{
	width:100%;
	height:100%;

	background-color:#FFFFFF;
}
#container{
	width:900px;
	margin:0 auto;
}
#container-inside{
	width:900px;
	margin:0 auto;
	background-color:#FFFFB2;
}

/*************************************** SPLASH */
#splash-content{
	width:904px;
	padding:25px 0 0 0;
	font-family:'Georgia', Times New Roman, Times, serif;
	font-size:30px;
	color:#17592A;
}
#welcome-text{
	width:310px;
	font-size:23px;
	color:#17592A;
	text-align:center;
	padding:10px 0 0 0;
}
#welcome-text a{
	font-size:23px;
	color:#17592A;
	text-decoration:none;
}
#welcome-text a:hover{
	font-size:23px;
	color:#17592A;
	text-decoration:underline;
}
#welcome-text .caps{
	font-size:38px;
}
#splash-brand-box{
	padding:16px 0 0 0;
	width:760px;
	font-size:20px;
	color:#17592A;
	font-weight:bold;
}
.brand{
	padding:0px 15px;
	display:block;
	float:left;
}
#splash-footer{
clear:both;
	width:300px;
	padding:10px 0 0 0;
	text-align:center;
	font-size:12px;
}
#splash-footer img{
	float:left;
}
.canadian-slogo{
	padding:8px 0 0 0;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

/* misc */
.pad1{
	padding-top:18px;
}
.clear{
	clear:both;
	display:block;
	height:1px;
}


