/* webdev.adamfinlayson.com */


/****** Import ******/

@import "basic.css" ;



/****** HTML ******/

body {
	margin: 0px;
	background-color: #33201E;
	color: #D2A573;
}



/****** Container ******/

#container {
	padding: 10px;
	width: 720px;
	border-right: 1px solid #241615;
	border-bottom: 1px solid #241615;
	background-color: #492E2B;
}



/****** Header ******/

#header {
}

#header p {
	margin-bottom: 0;
}



/****** Main ******/

#main {
}



/****** Navigation ******/

#leftcolumn {
	width: 180px;
}

#navigation {
	background: url(../images/nav-bg.gif);
}

#navigation-links {
	width: 180px;
	padding-top: 27px;
	
	background: url(../images/nav-top.gif) no-repeat;
}

#navigation-bottom {
	width: 180px;
	height: 175px;
	background: url(../images/nav-bottom.gif) no-repeat;
}


#navigation ul,
#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#navigation ul {
}

#navigation li {
	text-align: center;
	padding: 14px 5px 0 5px;
}


#navigation a {
	text-decoration: none;
	font-weight: bold;
	
	
	text-transform: uppercase;
	font-size: 16px;
	color: #D2A573;
	
	/*
	*/
	font-family: Georgia, Times New Roman, Times, serif;
	letter-spacing: 1px;
	/*
	letter-spacing: 3px;
	*/
}

#navigation a:hover,
#navigation a.highlight {
	color: #FFE4C6;
}


#navigation ul ul li {
	padding-top: 0px;
}

#navigation ul ul a {
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	letter-spacing: 0;
}



/****** Content ******/

#content {
	padding: 0 20px;
}

#content img {
	border: 1px solid #D2A573;
}

#content h1:first-child,
#title {
	margin-top: 0;
}



/****** Classes ******/

#content img.noborder {
	border: none;
}

#content img.blackborder {
	border: 1px solid #000;
}


#linkspage {
}

#linkspage a {
	color: #D2A573;
	color: #937451;
}

#linkspage a strong {
	color: #FFE4C6;
}

#linkspage a:hover {
	color: #FFE4C6;
}



/****** Right Column ******/

#rightcolumn {
	width: 150px;
}

#rightcontent {
}

#rightcontent h2 {
	font-size: 15px;
	margin-top: 0;
}

#rightcontent ul,
#rightcontent li {
	margin: 0;
	padding: 0;
}

#rightcontent ul {
	padding-left: 15px;
}



/****** Footer ******/

#footer {
	margin: 40px 0 20px 0;
	font-size: 11px;
}




