body {
margin: 0px;
padding: 0px;
}
.left {
float: left;
}

.right {
float: right;
}

.smallWidth {
width: 30%;
}

.mediumWidth {
width: 50%;
}

.largeWidth {
width: 100%;
}

.clear {
clear: both;
}
.sidebar {
	clear: both;
	padding-bottom: 30px;
	padding-right: 5px;
	font-size: 90%;
}
.sidebar img{
	float: left;
	padding-right: 5px;
}

.sidebar .bullet {
	background-image: url("media/images/layout/bullet01.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 10px;
}

.sidebar .bullet a {
text-decoration: underline;
font-weight: bold;
}

#pageContainer{

}
#leftSide{
	width: 200px;
	float: left;
}

#logo{
	padding-top: 20px;
	width: 100%;
	height: 120px;
	text-align: center;
}

			
#navigation{
	width: 100%;
	height: 100%;
	
}
			
#languageBar{
	text-align: center;
	padding-top: 15px;
}

#languageBar img {
	padding-right: 2px;	
}
#pageTools{
	text-align: center;
	padding-top: 10px;
}
#pageTools img {
	padding-right: 10px;	
}
			
		
#rightSide{
	width: 735px;
	height: 100%;
	margin-left: 215px;

}
#headerAnim{
	height: 210px;
	width: 100%;
}
#otherTitle {
	height: 50px;
}
#subNavigation{
	width: 100%;
	height: 50px;
	background-color:#000;
}
			
#contentHolder{
	width: 100%;
	height: 100%;
	 	background-image: url("media/images/layout/background-main.png");
	background-repeat: repeat-y; 

	
}
#contentLeft{
	width: 480px;
	background-image: url("media/images/layout/dotted-v.gif");
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	padding-left: 5px;
	height: 100%;
	
}
#contentLeft img {
padding: 10px;
padding-top: 0px;
}	
#contentRight{
	width: 230px;
	float: right;
	height: 100%;
	padding-top: 15px;
	}


				
#footer{
	clear: both;
	width: 100%;
	background-image:url("media/images/layout/dotted-h.gif");
	background-repeat:repeat-x;
	background-position:top;
}