<?php
$page_name = "I Like Art People";
$menu_type = "art";
$menu_name = "Classical Art?";
$blog_num = 11;
$page_rate = 9;
$page_tags = array();
$page_date = "August 8, 2011";
include_once("./files/head.php");

echo "<p>I was surfing the net looking for a toilet paper picture and stumbled across a really nifty picture.  Following the bread crumbs I came across a t-shirt deign contest.  You had to do a video game themed image in some classical art style.  I forget the site, but I did save some of the pics I really like.</p>\n";

echo "<br />\n";
echo "<center>\n";
echo "<table>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_001.jpg\"><img src=\"./images/art/web_clip_art_001.jpg\" width=240 height=174 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_002.jpg\"><img src=\"./images/art/web_clip_art_002.jpg\" width=240 height=175 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_003.jpg\"><img src=\"./images/art/web_clip_art_003.jpg\" width=240 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_004.jpg\"><img src=\"./images/art/web_clip_art_004.jpg\" width=240 height=240 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_005.jpg\"><img src=\"./images/art/web_clip_art_005.jpg\" width=240 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_006.jpg\"><img src=\"./images/art/web_clip_art_006.jpg\" width=224 height=131 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_007.jpg\"><img src=\"./images/art/web_clip_art_007.jpg\" width=240 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_008.jpg\"><img src=\"./images/art/web_clip_art_008.jpg\" width=240 height=240 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_009.jpg\"><img src=\"./images/art/web_clip_art_009.jpg\" width=240 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_010.jpg\"><img src=\"./images/art/web_clip_art_010.jpg\" width=240 height=149 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_011.jpg\"><img src=\"./images/art/web_clip_art_011.jpg\" width=212 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_012.jpg\"><img src=\"./images/art/web_clip_art_012.jpg\" width=240 height=240 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_013.jpg\"><img src=\"./images/art/web_clip_art_013.jpg\" width=191 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_014.jpg\"><img src=\"./images/art/web_clip_art_014.jpg\" width=219 height=240 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_015.jpg\"><img src=\"./images/art/web_clip_art_015.jpg\" width=168 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_016.jpg\"><img src=\"./images/art/web_clip_art_016.jpg\" width=181 height=240 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_017.jpg\"><img src=\"./images/art/web_clip_art_017.jpg\" width=240 height=240 /></a></td>\n";
    echo "<td><a href=\"./images/art/web_clip_art_018.jpg\"><img src=\"./images/art/web_clip_art_018.jpg\" width=193 height=240 /></a></td>\n";
  echo "</tr>\n";
  echo "<tr>\n";
    echo "<td><a href=\"./images/art/web_clip_art_019.jpg\"><img src=\"./images/art/web_clip_art_019.jpg\" width=240 height=240 /></a></td>\n";
  echo "</tr>\n";
echo "</table>\n";
echo "</center>\n";

include_once("./files/close.php");
?>