/*
  Copyright (C) 2006 - Cupidon Productions, Inc.
  Design by: URNET.ORG (info@urnet.org)
  ==============================================
 */

body {
	background-color: #000000;
    color: #FF0000;
    font-family: "Courier New", Arial, Helvetica, sans-serif, "Times New Roman", Times, serif, Verdana;
	font-weight: bold;
}

#frame {
  margin: 0 auto;
}

.links {
  margin-top: 40px;
}


a {
	text-decoration: none;
	color: #F5F5F5;
	font-size: "Courier New", Arial, Helvetica, sans-serif, "Times New Roman", Times, serif, Verdana;
	font-weight: bold;
}

a:visited {
	color: #F5F5F5;
}

a:hover {
    color: #FF0000;
}

.article_box { 
	width: 375px;
	float:left;
}

.article_box p {
font-size:11px;
color:white;
}

#cupmenu {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

#logoholder {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

#logo {
  width: 100px;
  height: 51px;
  background-image: url("../../images/lil-cupid.jpg");
  background-repeat: no-repeat;
  border: none;
}