#welcomeText
{
	float: left;
	width: 630px;
}

#welcomeText a
{
	color:#212226;
}

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

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

#welcomeText a:active
{
	text-decoration:none;
	color:#212226;
}

#welcomeText a:hover
{
	text-decoration:none;
	color:#212226;
}

#welcomeText a:focus
{
	text-decoration:none;
	color:#212226;
}


#randomPictures
{
	float:right;
	width: 220px;
	text-align:right;
	margin-left:20px;
	border-left: 1px solid #212226;
}

#randomPictures img
{
	border-width:0px;
	margin-top:10px;
}

#randomPictures a
{
	border-width:0px;
}

#randomPicturesTitle
{
	float:right;
	width:200px;
	text-align:center;
	font-size:19px;
	font-weight:bold;	
}