/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/applied_arts_body_bg.png) repeat-x #a9000b;
	font-family: "Microsoft Sans Serif", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	left: auto;
}

p {
	margin: 0px;
}

h1 {
	font-variant: small-caps;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 3px;
	margin: 0px 0px 15px 0px;;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	color: #f29400;
	font-size: 12px;
	margin: 0px;
}

h3 {
}

a:link {
	color: #f29400;
	text-decoration: underline;
}

a:visited {
	color: #f29400;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f29400;
	text-decoration: none;
}

.clearer {
	clear: both;
}

img1 {
	border: solid 0px #ffffff;
}

img {
	border: solid 0px #ffffff;
}

imgx {
	border: solid 0px #a9000b;
}

.left {
	float: left;
	margin-right: 8px;
}
.left1 {
	float: left;
	margin-right: 8px;
	border: solid 0px #ffffff;
}

#container {
	width: 1024px;
}

#header {
	width: 1024px;
	height: 193px;
	background: url(images/applied_arts_header.png) no-repeat;
}


/*Navigation start*/
#nav {
	height: 61px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #f29400;
	text-decoration: none;
}

#nav #current {
	color: #f29400;
}

ul {
	font-variant: small-caps;
	list-style: none;
	padding: 6px 0px 0px 0px;
}

li {
	display: inline;
	margin: 0px 17px;
}

/*Navigation End*/

#maincontent{
}

#leftbarTrans{
	width: 190px;
	height: 350px;
	float: left;
	background: url(images/transparent.gif) no-repeat bottom;
}
#leftbar{
	width: 190px;
	height: 350px;
	float: left;
	background: url(images/applied_arts_samplecar.jpg) no-repeat bottom;
}

#leftbar1{
	width: 190px;
	height: 350px;
	float: left;
	background: url(images/F11.gif) no-repeat bottom;
}

#leftbar2{
	width: 190px;
	height: 350px;
	float: left;
	background: url(images/F11-hinten.gif) no-repeat bottom;
}

#leftbar3{
	width: 190px;
	height: 350px;
	float: left;
	background: url(images/Guardhouse.jpg) no-repeat bottom;
}
#content{
	width: 490px;
	float: left;
	margin: 0px 20px 0px 20px;
	padding-right: 30px;
}

#rightbar{
	width: 200px;
	float: left;
	padding-right: 20px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	color: #ffffff;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited{
	text-decoration: none;
	color: #ffffff;	
	border: solid 0px;
}

