body
{
	background-image: url("../images/background.gif");
}

#layout
{
	position: relative;
	margin: auto;
	width: 800px;
}

#header
{
	position: relative;
	width: 100%;
	height: 121px;
	background-image: url("../images/header.jpg");
}

#langLink
{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#contentTop
{
	width: 100%;
	height: 10px;
	background-image: url("../images/contenttop.jpg");
	margin-top: 10px;
}

#content
{
	width: 798px;
	background-color: white;
	background-image: url("../images/table.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
}

#contentBottom
{
	width: 100%;
	height: 10px;
	background-image: url("../images/contentbottom.jpg");
	margin-bottom: 10px;
}

#customContentTop
{
	width: 380px;
	height: 10px;
	background-image: url("../images/customcontenttop.jpg");
	margin-top: 10px;
}

#customContent
{
	width: 358px;
	background-color: white;
	background-image: url("../images/table.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	padding: 10px;
}

#customContentBottom
{
	width: 380px;
	height: 10px;
	background-image: url("../images/customcontentbottom.jpg");
	margin-bottom: 10px;
}

#footer
{
	width: 100%;
	height: 66px;
	background-image: url("../images/footer.jpg");
}

#layout table	td
{
	vertical-align: top;
}

#categoriesBox
{
	width: 400px;
}

.categoryBox
{
	margin: 20px;
}

.categoryBox table
{
	width: 100%;
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: white;
	background-image: url("../images/table.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
}

.categoryBox table th
{
	background-image: url("../images/th.jpg");
	height: 35px;
	border: 1px solid gray;
	text-align: left;
	padding-left: 10px;
}

.categoryBox table td
{
	padding-left: 10px;
}

#playlist
{
	width: 400px;
}

#playlistBox
{
	margin: 20px;
}

#playlist table
{
	width: 100%;
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: white;
	background-image: url("../images/table.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#playlist table th
{
	background-image: url("../images/th.jpg");
	height: 35px;
	border: 1px solid gray;
	text-align: left;
	padding-left: 10px;
}

#playlist table td
{
	padding-left: 10px;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
}

textarea
{
	width: 350px;
}

p
{
	margin-top: 0px;
}

div.login
{
	width: 500px;
	margin: auto;
	margin-top: 150px;
}

.error
{
	color: #FF0000;
}