body {
	font-family:arial;
	font-size:12px;
	cursor:default;
	color:AAAAAA;
	background-color: FFFFFFFF;
	height: 600px;
	width: 800px;



}
td {font-family:arial;font-size:12px;cursor:default;color:AAAAAAA}
a {color:#e31115;text-decoration:none;font-size:16px}
a:hover {
	color: e31115;
	text-decoration:underline;
}
a:link {
	font-size: 12px;
        color: e31115;
}

input {border-width:1;font-family:arial;font-size:12px;padding:2px;height:21px;border-color:CCCCCC;border-style:solid;background-color:F9F9F9;color:999999}
#logo-area {
	background-image: url(images/logo-ani.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 77px;
	width: 263px;
	left: 50px;
}
#logo-tag {
	position:absolute;
	top:73px;
	left:179px;
	width: 263px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #514d4d;
	text-align: left;        
}
#gray-hbar {
	background-image: url(images/gray-hbar.gif);
	background-repeat: repeat-x;
	background-position: center center;
	width: 730px;
	left: 50px;
	position: relative;
	height: 10px;


}
#gray-vbar {
	background-image: url(images/gray-vbar.gif);
	background-repeat: repeat-y;
	background-position: center center;
	position: absolute;
	height: 580px;
	width: 10px;
	left: 200px;
}
#container {
	position: relative;
	width: 800px;
	height: 600px;

}
#container-work {
	position: absolute;
	width: 530px;
	left: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 10px;
}

#container-work2 {
	position: absolute;
	width: 730px;
	left: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 10px;
}

#container-navbar {
	position: absolute;
	height: 390px;
	width: 190px;
	left: 50px;
	top: 10px;

}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #514d4d;
	text-align: right;
	position: relative;
	height: 30px;
	width: 750px;
}
#search {
	position: absolute;
	height: 30px;
	width: 370px;
	left: 400px;
	top: 70px;

}
#header {
	position: relative;
	height: 125px;
	width: 800px;
}
#container-work h1 {
	color: #FF0000;
}
#container-work2 h1 {
	color: #FF0000;
}

