/* LastRender Art Studio's */

body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: center;
	background: url(../media/topBg.jpg) repeat-x;
	background-color: #ffffff;
	line-height: 150%;
}
a:link
{
	color: #ff6600;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}
a:visited
{
	color: #ff6600;
	text-decoration: none;
}
#wrapper
{
	margin: auto;
}
#header
{
	background: url(../media/top.jpg) no-repeat center;
	height: 206px;
	text-align: center;
	color: #ffffff;
}
#header a:link
{
	color: #ffffff;
	text-decoration: none;
}
#header a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#header a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.center
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.footer
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content
{
	background: url(../media/contentBg.jpg) repeat-y center;
	text-align: left;
}
#content table
{
	text-align: justify;
}
#icerik
{
	padding-left: 15px;
	padding-right: 40px;
}
#footer
{
	background: url(../media/footer.jpg) no-repeat center;
	height: 198px;
	text-align: center;
	color: #4d4d4d;
}
#footer a:link
{
	color: #4d4d4d;
	text-decoration: none;
}
#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited
{
	color: #4d4d4d;
	text-decoration: none;
}
textarea
{
	border: 1px solid #4C4C66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.myButton
{
	background: url(../media/buttonSmall.jpg);
	vertical-align: middle;
	width: 100px;
	height: 25px;
	color: white;
	border: none;
	font-weight: bold;
	text-decoration: none;
}
hr
{
	text-align:left;
	margin-left:0px;
	width: 300px;
	color: #ff6600;
	border: 0px;
	background-color: #ff6600;
	height: 1px;
}
.DynamicMenu
{
	z-index: 100;
}