body {
	font-family: 'Raleway', sans-serif;
}

a, a:active, a:visited, a:hover {
	/*text-decoration:none;*/
}



a#home:hover { color: #ff4240; }
a#about:hover { color: #663332; }
a#collections:hover { color: #2c6485; }
a#launch:hover {color: #f78b42; }
a#process:hover { color: #954311; }
a#history:hover { color: #b8a585; }
a#contact:hover { color: #a19fa2; }
h1 {
	margin-top:0;
	text-align:center;
	line-height:146%;
	font-size:30px;
	color: #666666;
	font-weight:600;
	letter-spacing:1.3px;
}

#Pad1{
	font-size:16px;
}
p {	
	margin-top: 15px;
	font-size:16px;
	letter-spacing:1.3px;
	line-height:171%;
}
#Pad2 {
	font-size:13px;
}
#Content {
	margin:10px 55px;
	font-weight:normal;
	color: #555555;
}
#SideLogo {
	position:absolute;
	top:153px;
	left:27.5px;
}
#SideNav {
	position:absolute;
	top:375px;
	right: 27.5px;
}

#SideNav a, #SideNav a:active, #SideNav a:visited, #SideNav a:hover {
	text-decoration:none;
}

ul, li {
    list-style-type: none;
    text-align: right;
    font-size:18px;
    line-height:200%;
    color:#ff4240;
}
#LeftColumn {
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	width:222px;
}
#RightColumn {
	position:absolute;
	top:0px;
	right:0px;
	left:224px;
	min-width:780px;
}
#TopImage {
	width:100%;
}